Field.CanBeDeleted - Propriété
Gets a value that specifies whether the field can be deleted.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CanBeDeleted As Boolean
Get
'Utilisation
Dim instance As Field
Dim value As Boolean
value = instance.CanBeDeleted
public bool CanBeDeleted { get; }
Valeur de propriété
Type : System.Boolean
Returns Booleantrue if the field can be deleted; otherwise, returns false.
Remarques
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.