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