| Overload | Description | 
|---|---|
| NodeId Constructor(NodeId) | Creates a deep copy of the value. | 
| NodeId Constructor(UInt32) | Initializes a numeric node identifier. | 
| NodeId Constructor(UInt32,UInt16) | Initializes a guid node identifier with a namespace index. | 
| NodeId Constructor(String,UInt16) | Initializes a string node identifier with a namespace index. | 
| NodeId Constructor(Guid) | Initializes a guid node identifier. | 
| NodeId Constructor(Guid,UInt16) | Initializes a guid node identifier. | 
| NodeId Constructor(Byte[]) | Initializes a guid node identifier. | 
| NodeId Constructor(Byte[],UInt16) | Initializes an opaque node identifier with a namespace index. | 
| NodeId Constructor(String) | Initializes a node id by parsing a node id string. | 
| NodeId Constructor(Object,UInt16) | Initializes a node identifier with a namespace index. | 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
     
    