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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Filterable As Boolean
    Get
'Usage
Dim instance As Field
Dim value As Boolean

value = instance.Filterable
[RemoteAttribute]
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. The default value is

See Also

Reference

Field Class

Field Members

Microsoft.SharePoint.Client Namespace