'Declaration
Public Function New( _ ByVal nodeId As NodeId, _ ByVal namespaceUri As String _ )
'Usage
Dim nodeId As NodeId Dim namespaceUri As String Dim instance As New ExpandedNodeId(nodeId, namespaceUri)
public ExpandedNodeId( NodeId nodeId, string namespaceUri )
public: ExpandedNodeId( NodeId^ nodeId, String^ namespaceUri )
Parameters
- nodeId
- The NodeId to wrap.
- namespaceUri
- The namespace that this node belongs to