Share via


PercentileMetricValue.P50 Property

Definition

Gets the 50th percentile value for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to