Поделиться через


Свойство ContentType.ReadOnly

Gets or sets a value that specifies whether changes to the content type properties are denied.

Пространство имен:  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 ReadOnly As Boolean
    Get
    Set
'Применение
Dim instance As ContentType
Dim value As Boolean

value = instance.ReadOnly

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

Значение свойства

Тип: System.Boolean
Returns Boolean. true if changes to the content type properties are denied; otherwise, false.

См. также

Справочные материалы

ContentType класс

Элементы ContentType

Пространство имен Microsoft.SharePoint.Client