'Declaration
Public Function New( _ ByVal namespaceIndex As Integer, _ ByVal name As String _ )
'Usage
Dim namespaceIndex As Integer Dim name As String Dim instance As New UAQualifiedName(namespaceIndex, name)
public UAQualifiedName( int namespaceIndex, string name )
public: UAQualifiedName( int namespaceIndex, String^ name )
Parameters
- namespaceIndex
- Namespace index. Determines the namespace of the qualified name.
Valid values of this parameter are in the range from
0
to65535
. - name
- The name part of the qualified name (the part without namespace qualification).
The value of this parameter cannot be
null
(Nothing
in Visual Basic).