ProtocolMappingElement::Binding Property

.NET Framework (current version)
 

Gets or sets the settings for the communications protocol message formatting.

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

public:
[ConfigurationPropertyAttribute("binding", Options = ConfigurationPropertyOptions::IsRequired)]
[StringValidatorAttribute(MinLength = 1)]
property String^ Binding {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The communications protocol message formatting information.

.NET Framework
Available since 4.0
Return to top
Show: