Share via


TeamDetails Class

Definition

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.

Applies to