MetricsResultInfo.End Property

Definition

Gets or sets start time of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to