Share via


Offer.LastUpdated Property

Definition

Gets the last date that the offer was updated. The date is in the form YYYY-MM-DD.

[Newtonsoft.Json.JsonProperty(PropertyName="lastUpdated")]
public string LastUpdated { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastUpdated")>]
member this.LastUpdated : string
Public ReadOnly Property LastUpdated As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to