SingleBaseline.HighThresholds プロパティ

定義

ベースラインの高しきい値を取得または設定します。

[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))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象