Share via


PercentileMetricValue.P75 Property

Definition

Gets the 75th percentile value for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to