UserContract.Groups Property

Definition

Gets collection of groups user is part of.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.groups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties> Groups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.groups")>]
member this.Groups : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.GroupContractProperties>
Public ReadOnly Property Groups As IList(Of GroupContractProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to