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