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