Opc.Ua.Core
IsNullNodeId Property



Opc.Ua Namespace > NodeId Class : IsNullNodeId Property
Whether the object represents a Null NodeId.
Syntax
'Declaration
 
Public ReadOnly Property IsNullNodeId As Boolean
'Usage
 
Dim instance As NodeId
Dim value As Boolean
 
value = instance.IsNullNodeId
public bool IsNullNodeId {get;}
public:
property bool IsNullNodeId {
   bool get();
}
Remarks
Whether the NodeId represents a Null NodeId.
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