Compartilhar via


SPField.AllowDeletion property

Obtém ou define um valor Boolean que especifica se o campo pode ser excluído.

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

Syntax

'Declaração
Public Property AllowDeletion As Nullable(Of Boolean)
    Get
    Set
'Uso
Dim instance As SPField
Dim value As Nullable(Of Boolean)

value = instance.AllowDeletion

instance.AllowDeletion = value
public Nullable<bool> AllowDeletion { get; set; }

Property value

Type: System.Nullable<Boolean>
true se o campo pode ser excluído; Caso contrário, false ou a null reference (Nothing in Visual Basic). Sempre retorna false quando o campo tem uma fonte de dados externa.

Exceptions

Exception Condition
NotSupportedException

Essa propriedade não pode ser definida se o campo tiver uma fonte de dados externa.

Ver também

Referência

SPField class

SPField members

Microsoft.SharePoint namespace