Class TeamOptions
Options to configure the created Team
Inheritance
System.Object
TeamOptions
Namespace: PnP.Core.Admin.Model.Teams
Assembly: PnP.Core.Admin.dll
Syntax
public class TeamOptions : object
Properties
Specialization
Allows to specify the specialization for the Team creation
Declaration
public TeamSpecialization Specialization { get; set; }
Property Value
TeamSpecialization
|