| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value() As Byte Dim namespaceIndex As UShort Dim instance As New NodeId(value, namespaceIndex) | |
| C# | |
|---|---|
public NodeId( byte[] value, ushort namespaceIndex ) | |
Parameters
- value
- An array of System.Byte that will become this Node's ID
- namespaceIndex
- The index of the namespace that this node belongs to
Creates a new node whose Id will be a series of System.Byte, while specifying the index of the namespace that this node belongs to.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x