SPFieldTypeDefinition.Filterable property
Gets a Boolean value that indicates whether the field type can be filtered.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Filterable As Boolean
Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As Boolean
value = instance.Filterable
public bool Filterable { get; }
Property value
Type: System.Boolean
true if the field can be filtered; otherwise, false.