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