Opc.Ua.Core
IsNull(ExpandedNodeId) Method



Opc.Ua Namespace > NodeId Class > IsNull Method : IsNull(ExpandedNodeId) Method
The ExpandedNodeId to validate
Checks if the node id represents a 'Null' node id.
Syntax
'Declaration
 
Public Overloads Shared Function IsNull( _
   ByVal nodeId As ExpandedNodeId _
) As Boolean
'Usage
 
Dim nodeId As ExpandedNodeId
Dim value As Boolean
 
value = NodeId.IsNull(nodeId)
public static bool IsNull( 
   ExpandedNodeId nodeId
)
public:
static bool IsNull( 
   ExpandedNodeId^ nodeId
) 

Parameters

nodeId
The ExpandedNodeId to validate
Remarks
Returns a true/false to indicate if the specified ExpandedNodeId is null.
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