Share via


MetricsSegmentInfo.End Property

Definition

Gets or sets start time of the metric segment (only when an interval was specified).

[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