Свойство ContentType.Sealed
Gets or sets whether the content type can be modified.
Пространство имен: 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 Property Sealed As Boolean
Get
Set
'Применение
Dim instance As ContentType
Dim value As Boolean
value = instance.Sealed
instance.Sealed = value
public bool Sealed { get; set; }
Значение свойства
Тип: System.Boolean
true if the content type is sealed; otherwise false.
Замечания
You must have administrative rights to the site collection to unseal and edit a content type that is defined as sealed.