Share via


PortType Constructor (String, XmlQualifiedName)

Initializes a new instance of the PortType class with the specified XML prefix and qualified name.

Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim prefix As String
Dim qname As XmlQualifiedName
Dim portType1 As New PortType(prefix, qname)

Syntax

'Declaration
Public Sub New( _
    ByVal prefix As String, _
    ByVal qname As XmlQualifiedName _
)
public PortType(
    string prefix, 
    XmlQualifiedName qname
);
public:
PortType(
    String^ prefix, 
    XmlQualifiedName^ qname
);
public PortType(
    System.String prefix, 
    XmlQualifiedName qname
);
public function PortType(
     prefix : String, 
     qname : XmlQualifiedName
);

Parameters

  • prefix
    A string representing the XML prefix.
  • qname
    The XmlQualifiedName name of the element.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

PortType Class
PortType Members
Microsoft.Web.Services3.Addressing Namespace