Share via


Job.EndTime Property

Definition

Gets or sets the end time of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to