ProcessInfoInner.TimeStamp Property

Definition

Gets or sets time stamp.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to