Opc.Ua.Core
NodeId Constructor(UInt32)



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

Parameters

value
The numeric value of the id
Remarks
Creates a new NodeId that will have a numeric (unsigned-int) id
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

NodeId Class
NodeId Members
Overload List