Dela via


RecommendedIndex.LastModified Property

Definition

Gets the UTC datetime of when was this resource last changed (ISO8601 format).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to