Dela via


RunInner.CreateTime Property

Definition

Gets or sets the time the run was scheduled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.createTime")]
public DateTime? CreateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.createTime")>]
member this.CreateTime : Nullable<DateTime> with get, set
Public Property CreateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to