共用方式為


NumberInRangeAdvancedFilter.Values Property

Definition

Gets or sets the set of filter 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)))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to