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
index
Type: System.Int32The index of the SPFieldIndex object in the SPFieldIndexCollection.
Property Value
Type: Microsoft.SharePoint.SPFieldIndex
The SPFieldIndex object with the specified index in the SPFieldIndexCollection.