Share via


MetricsSegmentInfo.Start Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to