'DeclarationPublic Function New( _ ByVal value As UInteger, _ ByVal namespaceIndex As UShort _ )
'UsageDim value As UInteger Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( uint value, ushort namespaceIndex )
public: ExpandedNodeId( uint value, ushort namespaceIndex )
Parameters
- value
 - The numeric id of the node we are wrapping
 - namespaceIndex
 - The namespace index that this node belongs to