Search Results for

    Show / Hide Table of Contents

    Class TeamForGroupOptions

    Options to configure the created Team

    Inheritance
    System.Object
    TeamOptions
    TeamForGroupOptions
    Inherited Members
    TeamOptions.Specialization
    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

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer