次の方法で共有


JobScheduleStatistics.LastUpdateTime プロパティ

定義

統計が最後に更新された時刻を取得または設定します。 すべての統計は、startTime と lastUpdateTime の間の範囲に制限されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象