SPList.LastItemDeletedDate property

Gets the date and time that an item in the list was last deleted.

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

Syntax

'Declaration
Public ReadOnly Property LastItemDeletedDate As DateTime
    Get
'Usage
Dim instance As SPList
Dim value As DateTime

value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { 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