Share via


Group.Users Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="users")]
public System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GroupUser> Users { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="users")>]
member this.Users : System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.GroupUser> with get, set
Public Property Users As IList(Of GroupUser)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to