Share via


EventSubscriptionFilter.EnableAdvancedFilteringOnArrays Property

Definition

Gets or sets allows advanced filters to be evaluated against an array of values instead of expecting a singular value.

[Newtonsoft.Json.JsonProperty(PropertyName="enableAdvancedFilteringOnArrays")]
public bool? EnableAdvancedFilteringOnArrays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableAdvancedFilteringOnArrays")>]
member this.EnableAdvancedFilteringOnArrays : Nullable<bool> with get, set
Public Property EnableAdvancedFilteringOnArrays As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to