| 
            
              SecureServiceHostFactoryPublishMetadata Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether service meta-data is to be published.
            
        
        Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.257-beta
Syntaxpublic bool PublishMetadata { get; set; }Public Property PublishMetadata As Boolean
	Get
	Set
public:
property bool PublishMetadata {
	bool get ();
	void set (bool value);
}member PublishMetadata : bool with get, set
function get_PublishMetadata();
function set_PublishMetadata(value);
 View SourceProperty Value
Boolean
See Also