Table of Contents

Class TeamForGroupOptions

Namespace
PnP.Core.Admin.Model.Teams
Assembly
PnP.Core.Admin.dll

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

groupId Guid

Id 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; }

Property Value

Guid