List.LastItemDeletedDate property

Gets a value that specifies the last time a list item was deleted from the list.

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

Syntax

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

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

Property value

Type: System.DateTime
Returns a DateTime instance representing the last time a list item was deleted from the list.

Remarks

It must return Created if no list item has been deleted from the list yet.

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace