'Declaration
Public Function New( _ ByVal nodeId As NodeId, _ ByVal namespaceUri As String, _ ByVal serverIndex As UInteger _ )
'Usage
Dim nodeId As NodeId Dim namespaceUri As String Dim serverIndex As UInteger Dim instance As New ExpandedNodeId(nodeId, namespaceUri, serverIndex)
public ExpandedNodeId( NodeId nodeId, string namespaceUri, uint serverIndex )
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