TeamsPagedMembersResult Constructors

Definition

Overloads

TeamsPagedMembersResult()

Initializes a new instance of the TeamsPagedMembersResult class.

TeamsPagedMembersResult(String, IList<ChannelAccount>)

Initializes a new instance of the TeamsPagedMembersResult class using the given continuation token and members list.

TeamsPagedMembersResult()

Initializes a new instance of the TeamsPagedMembersResult class.

public TeamsPagedMembersResult ();
Public Sub New ()

Applies to

TeamsPagedMembersResult(String, IList<ChannelAccount>)

Initializes a new instance of the TeamsPagedMembersResult class using the given continuation token and members list.

public TeamsPagedMembersResult (string continuationToken = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> members = default);
new Microsoft.Bot.Schema.Teams.TeamsPagedMembersResult : string * System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> -> Microsoft.Bot.Schema.Teams.TeamsPagedMembersResult
Public Sub New (Optional continuationToken As String = Nothing, Optional members As IList(Of ChannelAccount) = Nothing)

Parameters

continuationToken
String

A paging token.

members
IList<ChannelAccount>

A list of channel accounts.

Applies to