SPList.FieldIndexes property

Gets the collection of field indexes defined on the list.

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

Syntax

'Declaration
Public ReadOnly Property FieldIndexes As SPFieldIndexCollection
    Get
'Usage
Dim instance As SPList
Dim value As SPFieldIndexCollection

value = instance.FieldIndexes
public SPFieldIndexCollection FieldIndexes { get; }

Property value

Type: Microsoft.SharePoint.SPFieldIndexCollection
The collection of SPFieldIndex objects.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace