Compartir a través de


ITableData.UpdatedAt Propiedad

Definición

Obtiene o establece la fecha y hora en que se modificó por última vez la entidad.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a