Opc.Ua.Core
ExpandedNodeId Constructor(NodeId)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(NodeId)
The NodeId to wrap
Initializes an expanded node identifier with a node id.
Syntax
'Declaration
 
Public Function New( _
   ByVal nodeId As NodeId _
)
'Usage
 
Dim nodeId As NodeId
 
Dim instance As New ExpandedNodeId(nodeId)
public ExpandedNodeId( 
   NodeId nodeId
)
public:
ExpandedNodeId( 
   NodeId^ nodeId
)

Parameters

nodeId
The NodeId to wrap
Remarks
Creates a new instance of the object, while wrapping the specified 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