Share via


ITableData.UpdatedAt Property

Definition

Gets or sets the date and time the entity was last modified.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to