ProtocolMappingElement::BindingConfiguration Property

.NET Framework (current version)
 

Gets or sets the binding settings for the protocol mapping configuration element.

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

public:
[ConfigurationPropertyAttribute("bindingConfiguration", Options = ConfigurationPropertyOptions::None)]
[StringValidatorAttribute(MinLength = 0)]
property String^ BindingConfiguration {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The binding configuration element.

.NET Framework
Available since 4.0
Return to top
Show: