Share via


SPList.FieldIndexes - Propriété

Gets the collection of field indexes defined on the list.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FieldIndexes As SPFieldIndexCollection
    Get
'Utilisation
Dim instance As SPList
Dim value As SPFieldIndexCollection

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

Valeur de propriété

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

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms