StandardBindingElement::Name Property

 

Gets or sets the name of the binding.

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

public:
[ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 0)]
property String^ Name {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

The name of the binding.

Each instance of a binding has a name and namespace that together uniquely identify it in the metadata of the service.

.NET Framework
Available since 3.0
Return to top
Show: