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