Class TeamForGroupOptions
Options to configure the created Team
public class TeamForGroupOptions : TeamOptions
- Inheritance
-
TeamForGroupOptions
- Inherited Members
Constructors
TeamForGroupOptions(Guid)
Default constructor used for creating a Team
public TeamForGroupOptions(Guid groupId)
Parameters
groupIdGuidId of the Microsoft 365 group to create the Team for
Properties
GroupId
Id of the Microsoft 365 group to create the Team for
public Guid GroupId { get; set; }