Field.CanBeDeleted Property

Gets a value that specifies whether the field can be deleted.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CanBeDeleted As Boolean
    Get
'Usage
Dim instance As Field
Dim value As Boolean

value = instance.CanBeDeleted
[RemoteAttribute]
public bool CanBeDeleted { get; }

Property Value

Type: System.Boolean
Returns Booleantrue if the field can be deleted otherwise returns false. The default value is

See Also

Reference

Field Class

Field Members

Microsoft.SharePoint.Client Namespace