| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As UInteger Dim namespaceIndex As UShort Dim instance As New NodeId(value, namespaceIndex) | |
| C# | |
|---|---|
public NodeId( uint value, ushort namespaceIndex ) | |
Parameters
- value
- The new (numeric) Id for the node being created
- namespaceIndex
- The index of the namespace that this node should belong to
Creates a new NodeId that will use a numeric (unsigned int) for its Id, but also
specifies which namespace this node should belong to.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x