Share via


JobRecurrenceInformation.LastSubmitTime Property

Definition

Gets the last time a job in this recurrence was submitted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to