Свойство Field.CanBeDeleted
Gets a value that specifies whether the field can be deleted.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property CanBeDeleted As Boolean
Get
'Применение
Dim instance As Field
Dim value As Boolean
value = instance.CanBeDeleted
public bool CanBeDeleted { get; }
Значение свойства
Тип: System.Boolean
Returns Booleantrue if the field can be deleted; otherwise, returns false.
Замечания
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.