次の方法で共有


JobScheduleExecutionInformation.EndTime プロパティ

定義

スケジュールが終了した時刻を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="endTime")]
public DateTime? EndTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endTime")>]
member this.EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、ジョブ スケジュールが完了状態の場合にのみ設定されます。

適用対象