Share via


PipelineRun.RunStart Property

Definition

Gets the start time of a pipeline run in ISO8601 format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to