'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 ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( string value, ushort namespaceIndex )
public: ExpandedNodeId( String^ value, ushort namespaceIndex )
Parameters
- value
- The string id/value of the node we are wrapping
- namespaceIndex
- The numeric index of the namespace within the table, that this node belongs to