Share via


ApplicationRuleCondition.TargetFqdns Property

Definition

Gets or sets list of FQDNs for this rule condition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to