ChannelEndpointElement::Binding Property
.NET Framework (current version)
Gets or sets the type of binding to use.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("binding", DefaultValue = "")] [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 the registered by section name, rather than by the type name of the binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: