Opc.Ua.Core
ExpandedNodeId Constructor(NodeId,String)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(NodeId,String)
The NodeId to wrap.
The namespace that this node belongs to
Initializes an expanded node identifier with a node id and a namespace URI.
Syntax
'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
Remarks
Creates a new instance of the object while allowing you to specify both the NodeId and the Namespace URI that applies to the NodeID.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandedNodeId Class
ExpandedNodeId Members
Overload List