共用方式為


EventModel.LastTimestamp Property

Definition

Gets or sets the date-time of the latest logged event.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to