Share via


Status.StartTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to