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
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.