Binding.Type Property

 

Gets or sets a value representing the namespace-qualified name of the PortType with which the Binding is associated.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Type : XmlQualifiedName with get, set

Property Value

Type: System.Xml.XmlQualifiedName

An XmlQualifiedName of the PortType with which the Binding is associated.

The default value is an empty string ("").

The following example demonstrates the use of the Type property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: