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