Opc.Ua.Core
QualifiedName Constructor(String,UInt16)



Opc.Ua Namespace > QualifiedName Class > QualifiedName Constructor : QualifiedName Constructor(String,UInt16)
The name-portion of the fully qualified name
The index of the namespace within the namespace-table
Initializes the object with a name and a namespace index.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal namespaceIndex As UShort _
)
'Usage
 
Dim name As String
Dim namespaceIndex As UShort
 
Dim instance As New QualifiedName(name, namespaceIndex)
public QualifiedName( 
   string name,
   ushort namespaceIndex
)
public:
QualifiedName( 
   String^ name,
   ushort namespaceIndex
)

Parameters

name
The name-portion of the fully qualified name
namespaceIndex
The index of the namespace within the namespace-table
Remarks
Initializes the object with a name and a namespace index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QualifiedName Class
QualifiedName Members
Overload List