| 
            
              SelfHostingServicePublishMetadata Property
             | 
          
        
        
            Gets or sets a boolean value that indicates whether web service metadata is to made available at all web service 
Endpoints.
            
 
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.258-beta
Syntaxpublic bool PublishMetadata { get; set; }Public Property PublishMetadata As Boolean
	Get
	Set
public:
virtual property bool PublishMetadata {
	bool get () sealed;
	void set (bool value) sealed;
}abstract PublishMetadata : bool with get, set
override PublishMetadata : bool with get, set
function get_PublishMetadata();
function set_PublishMetadata(value);
 View SourceProperty Value
BooleanImplements
ISelfHostingServicePublishMetadata
See Also