RestorableDroppedDatabase.DeletionDate Property
Optional. Gets the date this database was deleted.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public DateTime DeletionDate { get; set; }
public:
property DateTime DeletionDate {
DateTime get();
void set(DateTime value);
}
member DeletionDate : DateTime with get, set
Public Property DeletionDate As Date
Property Value
Type: System.DateTime
See Also
RestorableDroppedDatabase Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top