| Visual Basic (Usage) | Copy Code |
|---|---|
Dim nodeId As NodeId Dim namespaceUri As String Dim serverIndex As UInteger Dim instance As New ExpandedNodeId(nodeId, namespaceUri, serverIndex) | |
| C# | |
|---|---|
public ExpandedNodeId( NodeId nodeId, string namespaceUri, uint serverIndex ) | |
Parameters
- nodeId
- The NodeId to wrap.
- namespaceUri
- The namespace that this node belongs to
- serverIndex
- The server that the 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