'DeclarationPublic Function New( _ ByVal value As UInteger, _ ByVal namespaceUri As String _ )
'UsageDim value As UInteger Dim namespaceUri As String Dim instance As New ExpandedNodeId(value, namespaceUri)
public ExpandedNodeId( uint value, string namespaceUri )
public: ExpandedNodeId( uint value, String^ namespaceUri )
Parameters
- value
 - The numeric id of the node we are wrapping
 - namespaceUri
 - The namespace that this node belongs to