RecommendedIndex.Created Property

Definition

Gets the UTC datetime showing when this resource was created (ISO8601 format).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.created")]
public DateTime? Created { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.created")>]
member this.Created : Nullable<DateTime>
Public ReadOnly Property Created As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to