BindingCollectionElement::BindingName Property

 

Gets the name of the binding.

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

public:
property String^ BindingName {
	String^ get();
}

Property Value

Type: System::String^

The unique name of the binding.

Exception Condition
ConfigurationErrorsException

The current configuration collection name was not found.

-or-

The configuration section name was not found.

.NET Framework
Available since 3.0
Return to top
Show: