JobProperties.EndTimeUtc プロパティ

定義

システムが生成されました。 作成時に無視されます。 ジョブが処理を停止した時刻を表します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象