Field.Filterable property

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Filterable As Boolean
    Get
'Usage
Dim instance As Field
Dim value As Boolean

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

Property value

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

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace