TeamDetails 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.
Details related to a team.
public class TeamDetails
type TeamDetails = class
Public Class TeamDetails
- Inheritance
-
TeamDetails
Constructors
TeamDetails() |
Initializes a new instance of the TeamDetails class. |
TeamDetails(String, String, String) |
Obsolete.
Initializes a new instance of the TeamDetails class. |
Properties
AadGroupId |
Gets or sets azure Active Directory (AAD) Group Id for the team. |
ChannelCount |
Gets or sets the number of channels in the team. |
Id |
Gets or sets unique identifier representing a team. |
MemberCount |
Gets or sets the number of members in the team. |
Name |
Gets or sets name of team. |
Type |
Gets or sets type of the team. Valid values are standard, sharedChannel and privateChannel. |