RunFilterParameters.LastUpdatedBefore Property

Definition

Gets or sets the time at or before which the run event was updated in 'ISO 8601' format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to