App.LastUpdate Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="lastUpdate")]
public DateTime? LastUpdate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastUpdate")>]
member this.LastUpdate : Nullable<DateTime> with get, set
Public Property LastUpdate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to