DeletedSiteProperties.DeletionTime property
Gets the DateTime representing when the site was deleted.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property DeletionTime As DateTime
Get
'Usage
Dim instance As DeletedSiteProperties
Dim value As DateTime
value = instance.DeletionTime
public DateTime DeletionTime { get; }
Property value
Type: System.DateTime