ScriptExecution.SubmittedAt Property

Definition

Gets time the script execution was submitted

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to