SPField.Indexable Property
Read-only property indicating whether the field can be indexed or not.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Indexable As Boolean
Get
'Usage
Dim instance As SPField
Dim value As Boolean
value = instance.Indexable
public bool Indexable { get; }
Property Value
Type: System.Boolean
A Boolean value = true if the field can be indexed.