SPSite.CertificationDate property

Gets the date and time on which use of the site collection was confirmed for automatic deletion.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property CertificationDate As DateTime
    Get
'Usage
Dim instance As SPSite
Dim value As DateTime

value = instance.CertificationDate
public DateTime CertificationDate { get; }

Property value

Type: System.DateTime
A System.DateTime object that indicates when use was confirmed.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace