SPField.CanBeDeleted property

Gets a Boolean value that indicates whether the field can be deleted.

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

Syntax

'Declaration
Public ReadOnly Property CanBeDeleted As Boolean
    Get
'Usage
Dim instance As SPField
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the field can be deleted; otherwise, false.

Remarks

This property returns the value of the AllowDeletion property if it has a value. If AllowDeletion does not have a value, CanBeDeleted returns false if either the FromBaseType property or the Sealed property return true.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace