Class TeamForGroupOptions
Options to configure the created Team
Inherited Members
Namespace: PnP.Core.Admin.Model.Teams
Assembly: PnP.Core.Admin.dll
Syntax
public class TeamForGroupOptions : TeamOptions
Constructors
TeamForGroupOptions(Guid)
Default constructor used for creating a Team
Declaration
public TeamForGroupOptions(Guid groupId)
Parameters
Guid
groupId
Id of the Microsoft 365 group to create the Team for |
Properties
GroupId
Id of the Microsoft 365 group to create the Team for
Declaration
public Guid GroupId { get; set; }
Property Value
Guid
|