SPDeletedSite.DeletionTime Property
Gets the date and time that the site was deleted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DeletionTime As DateTime
Get
'Usage
Dim instance As SPDeletedSite
Dim value As DateTime
value = instance.DeletionTime
public DateTime DeletionTime { get; }
Property Value
Type: System.DateTime
The date and time that the site was deleted.