| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim value() As Byte Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex) | |
| C# | |
|---|---|
| public ExpandedNodeId( byte[] value, ushort namespaceIndex ) | |
Parameters
- value
- The id of the node we are wrapping
- namespaceIndex
- The index of the namespace that this node should belong to
            Creates a new instance of the class while allowing you to specify the node
            and namespace index.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    