Share via


RecoverableDatabase.LastAvailableBackupDate Property

 

Optional. Gets the last available backup date for this database.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public DateTime LastAvailableBackupDate { get; set; }
public:
property DateTime LastAvailableBackupDate {
    DateTime get();
    void set(DateTime value);
}
member LastAvailableBackupDate : DateTime with get, set
Public Property LastAvailableBackupDate As Date

Property Value

Type: System.DateTime

See Also

RecoverableDatabase Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top