'Declaration
Public Function New( _ ByVal value As String, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value As String Dim namespaceIndex As UShort Dim instance As New NodeId(value, namespaceIndex)
public NodeId( string value, ushort namespaceIndex )
public: NodeId( String^ value, ushort namespaceIndex )
Parameters
- value
- The new (string) Id for the node being created
- namespaceIndex
- The index of the namespace that this node belongs to