ServiceEndpointElement::BindingConfiguration Property

 

Gets or sets a string that contains the binding name of the binding to use when the endpoint is instantiated.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: