Share via


BackupSchedule.LastExecutionTime Property

 

Optional. The last time when this schedule started a backup, Null if didn't start anything yet.

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

Syntax

public Nullable<DateTime> LastExecutionTime { get; set; }
public:
property Nullable<DateTime> LastExecutionTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member LastExecutionTime : Nullable<DateTime> with get, set
Public Property LastExecutionTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top