'Declaration
Public Function New( _ ByVal value As Guid, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value As Guid Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( Guid value, ushort namespaceIndex )
public: ExpandedNodeId( Guid value, ushort namespaceIndex )
Parameters
- value
- The Guid value of the node we are wrapping
- namespaceIndex
- The index of the namespace that this node should belong to