Bagikan melalui


PipelineRun.RunEnd Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to