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 the item was deleted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DeletedDate As DateTime
Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As DateTime
value = instance.DeletedDate
public DateTime DeletedDate { get; }
Property value
Type: System.DateTime
A System.DateTime structure that contains the date and time that the item was deleted.