'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Null As UADataValue
'Usage
Dim value As UADataValue value = UADataValue.Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UADataValue Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UADataValue^ Null { UADataValue^ get(); }