'Declaration
Public Function New( _ ByVal value As String, _ ByVal namespaceUri As String _ )
'Usage
Dim value As String Dim namespaceUri As String Dim instance As New ExpandedNodeId(value, namespaceUri)
public ExpandedNodeId( string value, string namespaceUri )
public: ExpandedNodeId( String^ value, String^ namespaceUri )
Parameters
- value
- The string value/id of the node we are wrapping
- namespaceUri
- The actual namespace URI that this node belongs to