Table of Contents

Class TeamCreationOptions

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

Options to control the Teams creation flow

public class TeamCreationOptions
Inheritance
TeamCreationOptions
Inherited Members

Properties

MaxStatusChecks

Number of times to check for provisioning complete status. Defaults to 12 if not set.

public int? MaxStatusChecks { get; set; }

Property Value

int?

WaitAfterStatusCheck

Defines the wait time in seconds after a status check. Defaults to 10 if not set.

public int? WaitAfterStatusCheck { get; set; }

Property Value

int?