Binding::Type Property
.NET Framework (current version)
Gets or sets a value representing the namespace-qualified name of the PortType with which the Binding is associated.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property XmlQualifiedName^ Type { XmlQualifiedName^ get(); void set(XmlQualifiedName^ value); }
Property Value
Type: System.Xml::XmlQualifiedName^An XmlQualifiedName of the PortType with which the Binding is associated.
The default value is an empty string ("").
.NET Framework
Available since 1.1
Available since 1.1
Show: