Share via


QualifiedName Constructor (XmlQualifiedName)

Initializes a new instance of the QualifiedName class using the specified XML qualified name.

Namespace: Microsoft.Web.Services2.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim qname As XmlQualifiedName
Dim qualifiedName1 As New QualifiedName(qname)

Syntax

'Declaration
Public Sub New( _
    ByVal qname As XmlQualifiedName _
)
public QualifiedName(
    XmlQualifiedName qname
);
public: QualifiedName(
    XmlQualifiedName^ qname
);
public QualifiedName(
    XmlQualifiedName qname
);
public function QualifiedName(
     qname : XmlQualifiedName
);

Parameters

  • qname
    The System.Xml.XmlQualifiedName containing the name and XML namespace.

Remarks

The Prefix property is set to an empty string ("").

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

QualifiedName Class
Microsoft.Web.Services2.Xml Namespace

Other Resources

QualifiedName Members