ChannelEndpointElement::BindingConfiguration Property
.NET Framework (current version)
Gets or sets the binding name of the binding to use when the endpoint is instantiated.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("bindingConfiguration", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ BindingConfiguration { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The binding name of the binding to use when the endpoint is instantiated. The binding name must be in scope at the point the endpoint is defined. The default is an empty string.
.NET Framework
Available since 3.0
Available since 3.0
Show: