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