Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- iIndex
Type: System.Int32
Property value
Type: Microsoft.SharePoint.Administration.SPListItemLastModifiedDate
See also
Reference
SPListItemLastModifiedDateCollection class