TeamsPagedMembersResult Class

Definition

Represents a wrapper for a Teams members query result.

public class TeamsPagedMembersResult
type TeamsPagedMembersResult = class
Public Class TeamsPagedMembersResult
Inheritance
TeamsPagedMembersResult

Constructors

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.

Properties

ContinuationToken

Gets or sets the paging token.

Members

Gets or sets the list of channel accounts.

Applies to