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