Opc.Ua.Core
NodeId Constructor(Guid)



Opc.Ua Namespace > NodeId Class > NodeId Constructor : NodeId Constructor(Guid)
The new Guid value of this nodes Id.
Initializes a guid node identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Guid _
)
'Usage
 
Dim value As Guid
 
Dim instance As New NodeId(value)
public NodeId( 
   Guid value
)
public:
NodeId( 
   Guid value
)

Parameters

value
The new Guid value of this nodes Id.
Remarks
Creates a new node whose Id will be a System.Guid.
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