Partager via


ApplicationGetHeaders.LastModified Propriété

Définition

Obtient ou définit l’heure à laquelle la ressource a été modifiée pour la dernière fois.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="Last-Modified")]
public DateTime? LastModified { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="Last-Modified")>]
member this.LastModified : Nullable<DateTime> with get, set
Public Property LastModified As Nullable(Of DateTime)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à