MetricValue.Maximum Property

Definition

Gets or sets the greatest value in the time range.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to