| Visual Basic (Usage) | Copy Code |
|---|---|
Dim nodeId As ExpandedNodeId Dim value As Boolean value = NodeId.IsNull(nodeId) | |
| C# | |
|---|---|
public static bool IsNull( ExpandedNodeId nodeId ) | |
Parameters
- nodeId
- The ExpandedNodeId to validate
Returns a true/false to indicate if the specified ExpandedNodeId is null.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x