SPListItemLastModifiedDateCollection.Item property

Gets the index of the last item modified in the collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    iIndex As Integer _
) As SPListItemLastModifiedDate
    Get
'Usage
Dim instance As SPListItemLastModifiedDateCollection
Dim iIndex As Integer
Dim value As SPListItemLastModifiedDate

value = instance.Item(iIndex)
public SPListItemLastModifiedDate this[
    int iIndex
] { get; }

Parameters

Property value

Type: Microsoft.SharePoint.Administration.SPListItemLastModifiedDate

See also

Reference

SPListItemLastModifiedDateCollection class

SPListItemLastModifiedDateCollection members

Microsoft.SharePoint.Administration namespace