The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebServiceBindingAttribute::Name Property
.NET Framework (current version)
Gets or sets the name of the binding.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System::String^The name of the binding. The default is the name of the XML Web service with "Soap" appended.
The following example specifies a binding named LocalBinding that is defined in the BindingSample XML Web service.
.NET Framework
Available since 1.1
Available since 1.1
Show: