Delen via


BackupSchedule.LastExecutionTime Property

Definition

Gets last time when this schedule was triggered.

[Newtonsoft.Json.JsonProperty(PropertyName="lastExecutionTime")]
public DateTime? LastExecutionTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastExecutionTime")>]
member this.LastExecutionTime : Nullable<DateTime>
Public ReadOnly Property LastExecutionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to