Share via


TestJob.EndTime Property

Definition

Gets or sets the end time of the test job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to