Share via


ApplicationRuleCondition.FqdnTags Property

Definition

Gets or sets list of FQDN Tags for this rule condition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to