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