Udostępnij za pośrednictwem


SingleBaseline.HighThresholds Property

Definition

Gets or sets the high thresholds of the baseline.

[Newtonsoft.Json.JsonProperty(PropertyName="highThresholds")]
public System.Collections.Generic.IList<double?> HighThresholds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="highThresholds")>]
member this.HighThresholds : System.Collections.Generic.IList<Nullable<double>> with get, set
Public Property HighThresholds As IList(Of Nullable(Of Double))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to