RecycleBinItem.DeletedDate property
Gets a value that specifies when the Recycle Bin item was moved to the Recycle Bin.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DeletedDate As DateTime
Get
'Usage
Dim instance As RecycleBinItem
Dim value As DateTime
value = instance.DeletedDate
public DateTime DeletedDate { get; }
Property value
Type: System.DateTime
Returns a DateTime instance representing when the Recycle Bin item was moved to the Recycle Bin.