SignatureOverridesFilterValuesResponse.FilterValues Property

Definition

Gets or sets describes the possible values

[Newtonsoft.Json.JsonProperty(PropertyName="filterValues")]
public System.Collections.Generic.IList<string> FilterValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filterValues")>]
member this.FilterValues : System.Collections.Generic.IList<string> with get, set
Public Property FilterValues As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to