Partager via


Field.Sealed - Propriété

Gets a value that specifies whether properties on the field cannot be changed and whether the field cannot 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 Sealed As Boolean
    Get
'Utilisation
Dim instance As Field
Dim value As Boolean

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

Valeur de propriété

Type : System.Boolean
Returns Booleantrue if properties on the field cannot be changed and cannot be deleted; otherwise, returns false.

Remarques

This property is not about whether the Field class, or any class derived from it, is sealed.

Voir aussi

Référence

Field classe

Field - Membres

Microsoft.SharePoint.Client - Espace de noms