| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As UInteger Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex) | |
| C# | |
|---|---|
public ExpandedNodeId( uint value, ushort namespaceIndex ) | |
Parameters
- value
- The numeric id of the node we are wrapping
- namespaceIndex
- The namspace index that this node belongs to
Creates a new instance of the class while accepting both the id and namespace
of the node we are wrapping.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x