ProtocolMappingSection::ProtocolMappingCollection Property

.NET Framework (current version)
 

Gets the name of the collection of protocol mapping elements.

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

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property ProtocolMappingElementCollection^ ProtocolMappingCollection {
	ProtocolMappingElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ProtocolMappingElementCollection^

A collection of protocol mapping elements.

.NET Framework
Available since 4.0
Return to top
Show: