SPPersistedObjectCollection<T>.IsEmpty - Propriété
Obtient une valeur booléenne qui indique si la collection contient tous les objets.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsEmpty As Boolean
Get
'Utilisation
Dim instance As SPPersistedObjectCollection
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
Valeur de propriété
Type : System.Boolean
true si la collection est vide ; dans le cas contraire, false.
Voir aussi
Référence
SPPersistedObjectCollection<T> classe