ApplicationRule.WebCategories Property

Definition

Gets or sets list of destination azure web categories.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to