SPFieldMultiLineText.Filterable property

Gets a Boolean value that indicates whether the multiline text field can be filtered.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the field can be filtered; otherwise, false.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace