RecycleBinItem.DeletedDate Property
Gets a value that specifies when the Recycle Bin item was moved to the Recycle Bin.
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 DeletedDate As DateTime
Get
'Usage
Dim instance As RecycleBinItem
Dim value As DateTime
value = instance.DeletedDate
[RemoteAttribute]
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.