SPFollowableList.LastItemDeletedDate property
Gets the time stamp of the last time any item in the list was deleted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'Usage
Dim instance As SPFollowableList
Dim value As DateTime
value = instance.LastItemDeletedDate
public DateTime LastItemDeletedDate { get; }
Property value
Type: System.DateTime