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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPDeletedSiteQuery Class

SPDeletedSiteQuery Members

Microsoft.SharePoint.Administration Namespace