次の方法で共有


ITableData.UpdatedAt プロパティ

定義

エンティティが最後に変更された日時を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象