QueryStatistic.MetricValue Property

Definition

Gets or sets metric value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to