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