SPRecycleBinItem.DeletedDate Property

Gets the date and time that the item was 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 DeletedDate As DateTime
    Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As DateTime

value = instance.DeletedDate
[ClientCallableAttribute]
public DateTime DeletedDate { get; }

Property Value

Type: System.DateTime
A System.DateTime structure that contains the date and time that the item was deleted.

See Also

Reference

SPRecycleBinItem Class

SPRecycleBinItem Members

Microsoft.SharePoint Namespace