List.LastItemDeletedDate Property
Gets a value that specifies the last time a list item was deleted from the list.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'Usage
Dim instance As List
Dim value As DateTime
value = instance.LastItemDeletedDate
[RemoteAttribute]
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.