'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property Null As AENodeDescriptor
'Usage
Dim value As AENodeDescriptor value = AENodeDescriptor.Null
[NotNull()] public static AENodeDescriptor Null {get;}
[NotNull()] public: static property AENodeDescriptor^ Null { AENodeDescriptor^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).