SPChangeTokenCollection.Item Property (Int32)
Gets the change token at the specified index in the collection of change token objects.
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 ( _
iIndex As Integer _
) As SPChangeToken
Get
'Usage
Dim instance As SPChangeTokenCollection
Dim iIndex As Integer
Dim value As SPChangeToken
value = instance.Item(iIndex)
public SPChangeToken this[
int iIndex
] { get; }
Parameters
iIndex
Type: System.Int32A 32-bit integer that specifies the index.
Property Value
Type: Microsoft.SharePoint.SPChangeToken
An SPChangeToken object that represents the change token at the specified index in the collection.
Remarks
The index for the collection is zero-based. The index number of the first element is 0. The index number of the last element is Count-1.