次の方法で共有


NumberInRangeAdvancedFilter.Values プロパティ

定義

フィルター値のセットを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象