Opc.Ua.Core
NodeId Property (NodeState)



Opc.Ua Namespace > NodeState Class : NodeId Property
The identifier for the node.
Syntax
'Declaration
 
Public Property NodeId As NodeId
'Usage
 
Dim instance As NodeState
Dim value As NodeId
 
instance.NodeId = value
 
value = instance.NodeId
public NodeId NodeId {get; set;}
public:
property NodeId^ NodeId {
   NodeId^ get();
   void set (    NodeId^ value);
}

Property Value

An instance that stores an identifier for a node in a server's address space.
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

NodeState Class
NodeState Members