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)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPChangeToken
    Get
'Usage
Dim instance As SPChangeTokenCollection
Dim iIndex As Integer
Dim value As SPChangeToken

value = instance(iIndex)
public SPChangeToken this[
    int iIndex
] { get; }

Parameters

  • iIndex
    Type: System.Int32

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

See also

Reference

SPChangeTokenCollection class

SPChangeTokenCollection members

Item overload

Microsoft.SharePoint namespace