共用方式為


ProcessInfoInner.TimeStamp 屬性

定義

取得或設定時間戳記。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於