Share via


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

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.

See Also

Reference

SPDeletedSiteLookupInfo Class

SPDeletedSiteLookupInfo Members

Microsoft.SharePoint.Administration Namespace