Udostępnij za pośrednictwem


ITableData.CreatedAt Property

Definition

Gets or sets the date and time the entity was created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to