SPFieldUrl.Filterable Property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property Filterable As Boolean
    Get
'Usage
Dim instance As SPFieldUrl
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

SPFieldUrl Class

SPFieldUrl Members

Microsoft.SharePoint Namespace