次の方法で共有


CloudTask.CreationTime プロパティ

定義

タスクの作成時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象