MetricValue.Maximum Property

Definition

Gets the max value of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to