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


Свойство Field.Indexed

Gets or sets a Boolean value that specifies whether the field is indexed.

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

value = instance.Indexed

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

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

Тип: System.Boolean
true to specify that the field is indexed; otherwise, false.

См. также

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

Field класс

Элементы Field

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