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