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

Public ReadOnly Property LastItemModifiedDate As DateTime
    Get

Dim instance As SPList
Dim value As DateTime

value = instance.LastItemModifiedDate
public DateTime LastItemModifiedDate { get; }

Property Value

Type: System.DateTime
A System.DateTime object that indicates the date and time.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace