次の方法で共有


EventModel.LastTimestamp プロパティ

定義

ログに記録された最新のイベントの日時を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象