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)

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.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace