SPList.AllowDeletion - Propriété
Obtient ou définit une valeur de Boolean qui spécifie si la liste peut être supprimée.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AllowDeletion As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.AllowDeletion
instance.AllowDeletion = value
public bool AllowDeletion { get; set; }
Valeur de propriété
Type : System.Boolean
true si la liste peut être supprimée ; dans le cas contraire, false.