SPList.LastItemModifiedDate property
Gets the date and time that an item, field, or property of the list was last modified.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastItemModifiedDate As DateTime
Get
Friend Set
'Usage
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; internal set; }
Property value
Type: System.DateTime
A System.DateTime object that indicates the date and time.