SPDeletedSiteLookupInfo.DeletionTime property
Gets or sets the date and time that the site collection was deleted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DeletionTime As DateTime
Get
Set
'Usage
Dim instance As SPDeletedSiteLookupInfo
Dim value As DateTime
value = instance.DeletionTime
instance.DeletionTime = value
public DateTime DeletionTime { get; set; }
Property value
Type: System.DateTime
The date and time that the site collection was deleted.