次の方法で共有


Job.LastModifiedTime プロパティ

定義

ジョブの最終変更時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象