Partager via


ContentType.Sealed - Propriété

Gets or sets whether the content type can be modified.

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 Property Sealed As Boolean
    Get
    Set
'Utilisation
Dim instance As ContentType
Dim value As Boolean

value = instance.Sealed

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

Valeur de propriété

Type : System.Boolean
true if the content type is sealed; otherwise false.

Remarques

You must have administrative rights to the site collection to unseal and edit a content type that is defined as sealed.

Voir aussi

Référence

ContentType classe

ContentType - Membres

Microsoft.SharePoint.Client - Espace de noms