| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim nodeId As NodeId Dim namespaceUri As String Dim instance As New ExpandedNodeId(nodeId, namespaceUri) | |
| C# | |
|---|---|
| public ExpandedNodeId( NodeId nodeId, string namespaceUri ) | |
Parameters
- nodeId
- The NodeId to wrap.
- namespaceUri
- The namespace that this node belongs to
Creates a new instance of the object while allowing you to specify both the NodeId and the Namespace URI that applies to the NodeID.
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    