ServiceEndpointElement::BindingConfiguration Property
.NET Framework (current version)
Gets or sets a string that contains the binding name of the binding to use when the endpoint is instantiated.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("bindingConfiguration", DefaultValue = "", Options = ConfigurationPropertyOptions::IsKey)] [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 default is an empty string.
The binding name must be in scope when the endpoint is defined.
.NET Framework
Available since 3.0
Available since 3.0
Show: