Share via


WafRankingsResponse.Groups Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to