Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and time that an item in the list was last deleted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property LastItemDeletedDate As DateTime
Get
'Usage
Dim instance As SPList
Dim value As DateTime
value = instance.LastItemDeletedDate
[ClientCallableAttribute]
public DateTime LastItemDeletedDate { get; }
Property Value
Type: System.DateTime
A System.DateTime object that indicates the date and time.