Share via


Executors.EndTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to