Share via


PercentileMetricValue.P10 Property

Definition

Gets the 10th percentile value for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to