EasyUA Reference
IsNull(NodeId) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class > IsNull Method : IsNull(NodeId) Method

nodeId
The NodeId to validate

Glossary Item Box

Checks if the node id represents a 'Null' node id.

Syntax

Visual Basic (Usage)Copy Code
Dim nodeId As NodeId
Dim value As Boolean
 
value = NodeId.IsNull(nodeId)
C# 
public static bool IsNull( 
   NodeId nodeId
)

Parameters

nodeId
The NodeId to validate

Remarks

Returns a true/false value to indicate if the specified NodeId is null.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.