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


Свойство Field.Filterable

Gets a value that specifies whether list items in the list can be filtered by the field value.

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

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

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

Тип: System.Boolean
Returns Booleantrue if list items in the list can be filtered by the field value; otherwise, returns false.

См. также

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

Field класс

Элементы Field

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