Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the content type can be modified.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Sealed As Boolean
Get
Set
'Usage
Dim instance As ContentType
Dim value As Boolean
value = instance.Sealed
instance.Sealed = value
public bool Sealed { get; set; }
Property value
Type: System.Boolean
true if the content type is sealed; otherwise false.
Remarks
You must have administrative rights to the site collection to unseal and edit a content type that is defined as sealed.