Share via


RunFilter.FinishTime Property

Definition

Gets or sets the time the run finished.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to