Opc.Ua.Core
ExpandedNodeId Constructor(UInt32)



Opc.Ua Namespace > ExpandedNodeId Class > ExpandedNodeId Constructor : ExpandedNodeId Constructor(UInt32)
The numeric id of a node to wrap
Initializes a numeric node identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As UInteger _
)
'Usage
 
Dim value As UInteger
 
Dim instance As New ExpandedNodeId(value)
public ExpandedNodeId( 
   uint value
)
public:
ExpandedNodeId( 
   uint value
)

Parameters

value
The numeric id of a node to wrap
Remarks
Creates a new instance of the object while accepting the numeric id/value of the NodeID we are wrapping.
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