Share via


RunFilter.CreateTime Property

Definition

Gets or sets the create time for a run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to