TeamsPagedMembersResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |