EventModel.LastTimestamp Property

Definition

Gets the date-time of the latest logged event.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to