JobInformationBasic.EndTime Property

Definition

Gets the completion time of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to