'Usage
Dim name As String Dim ns As String Dim instance As New XmlQualifiedName2(name, ns)
Parameters
- name
- The local name to use as the name of the XmlQualifiedName2 object.
The value of this parameter can be
null
(Nothing
in Visual Basic). - ns
- The namespace for the XmlQualifiedName2 object.
The value of this parameter can be
null
(Nothing
in Visual Basic).