次の方法で共有


CloudTask.LastModified プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象