Compartir a través de


ITableData.CreatedAt Propiedad

Definición

Obtiene o establece la fecha y hora en que se creó la entidad.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a