ServiceEndpointElement::BindingName Property
.NET Framework (current version)
Gets or sets a string that defines the qualified name of the binding for definition export through WSDL.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("bindingName", DefaultValue = "", Options = ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ BindingName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The qualified name of the binding for definition export through WSDL. The default is an empty string.
.NET Framework
Available since 3.0
Available since 3.0
Show: