IDPSQueryObject.Filters Property

Definition

Gets or sets contain all filters names and values

[Newtonsoft.Json.JsonProperty(PropertyName="filters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FilterItems> Filters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filters")>]
member this.Filters : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FilterItems> with get, set
Public Property Filters As IList(Of FilterItems)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to