Freigeben über


SPPersistedObjectCollection<T>.IsEmpty-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob die Auflistung keine Objekte enthält.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
    Get
'Usage
Dim instance As SPPersistedObjectCollection
Dim value As Boolean

value = instance.IsEmpty
public bool IsEmpty { get; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die Auflistung leer ist; andernfalls false.

Siehe auch

Referenz

SPPersistedObjectCollection<T> Klasse

SPPersistedObjectCollection<T>-Member

Microsoft.SharePoint.Administration-Namespace