次の方法で共有


SystemData.CreatedAt プロパティ

定義

リソース作成のタイムスタンプ (UTC) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象