ProcessThreadInfo.StartTime Property

Definition

Gets or sets start time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to