JobInformationBasic.SubmitTime Property

Definition

Gets the time the job was submitted to the service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to