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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

value = instance.Item(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