'Declaration
Public ReadOnly Property IsNull As Boolean
'Usage
Dim instance As UANamedNodePath Dim value As Boolean value = instance.IsNull
public bool IsNull {get;}
Property Value
The default value of this property is True
.
'Declaration
Public ReadOnly Property IsNull As Boolean
'Usage
Dim instance As UANamedNodePath Dim value As Boolean value = instance.IsNull
public bool IsNull {get;}
The default value of this property is True
.
A null named node path has a null BaseNodeDescriptor. Do not confuse it with an empty named node path, which is a path whose PathElements are an empty list.