Share via


Executors.StartTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to