SPList.AllowDeletion Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)
Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property AllowDeletion As Boolean
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.AllowDeletion
instance.AllowDeletion = value
[XmlAttributeAttribute]
public bool AllowDeletion { get; set; }
See Also
Reference
SPList Class
SPList Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace