ServiceEndpointElement::Binding Property

 

Gets or sets a string that specifies the type of binding to use.

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

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

Property Value

Type: System::String^

The type of binding to use.

The type must have a registered configuration section in order to be referenced. The type is registered by section name, rather than by the type name of the binding.

.NET Framework
Available since 3.0
Return to top
Show: