TeamsPagedMembersResult.Members Property

Definition

Gets or sets the list of channel accounts.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsChannelAccount> Members { get; set; }
member this.Members : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TeamsChannelAccount> with get, set
Public Property Members As IList(Of TeamsChannelAccount)

Property Value

The channel accounts.

Applies to