StandardBindingElement::Name Property
.NET Framework (current version)
Gets or sets the name of the binding.
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; }
Implements
IBindingConfigurationElement::NameEach 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
Available since 3.0
Show: