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