'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Shared ReadOnly Property Empty As ServerElementCollection
'Usage
Dim value As ServerElementCollection value = ServerElementCollection.Empty
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public static ServerElementCollection Empty {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.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).