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


Свойство Field.Sealed

Gets a value that specifies whether properties on the field cannot be changed and whether the field cannot be deleted.

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

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

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

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

Замечания

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

См. также

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

Field класс

Элементы Field

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