SPFieldIndexCollection.Item property (Int32)

Gets the SPFieldIndex object with the specified index in the SPFieldIndexCollection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPFieldIndex
    Get
'Usage
Dim instance As SPFieldIndexCollection
Dim index As Integer
Dim value As SPFieldIndex

value = instance(index)
public SPFieldIndex this[
    int index
] { get; }

Parameters

Property value

Type: Microsoft.SharePoint.SPFieldIndex
The SPFieldIndex object with the specified index in the SPFieldIndexCollection.

See also

Reference

SPFieldIndexCollection class

SPFieldIndexCollection members

Item overload

Microsoft.SharePoint namespace