次の方法で共有


BackupSchedule.LastExecutionTime プロパティ

定義

このスケジュールがトリガーされた最後の時刻を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象