Opc.Ua.Core
NodeClass Property (NodeState)



Opc.Ua Namespace > NodeState Class : NodeClass Property
The class for the node.
Syntax
'Declaration
 
Public ReadOnly Property NodeClass As NodeClass
'Usage
 
Dim instance As NodeState
Dim value As NodeClass
 
value = instance.NodeClass
public NodeClass NodeClass {get;}
public:
property NodeClass NodeClass {
   NodeClass get();
}

Property Value

The node class that is a description of the node.
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