ClientSection::Metadata Property

 

Gets the configuration settings for processing metadata.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("metadata")]
property MetadataElement^ Metadata {
	MetadataElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::MetadataElement^

A MetadataElementthat represents the configuration settings for processing metadata.

.NET Framework
Available since 3.0
Return to top
Show: