Class TeamWithSettings
Inheritance
System.Object
TeamWithSettings
Assembly: PnP.Framework.dll
Syntax
public class TeamWithSettings : BaseTeam
Constructors
Declaration
public TeamWithSettings()
Properties
Declaration
public TeamWithSettingsApp[] Apps { get; set; }
Property Value
Declaration
public bool Archived { get; set; }
Property Value
Declaration
public TeamChannel[] Channels { get; set; }
Property Value
Declaration
public string CloneFrom { get; set; }
Property Value
Declaration
public TeamWithSettingsDiscoverySettings DiscoverySettings { get; set; }
Property Value
Declaration
public TeamWithSettingsFunSettings FunSettings { get; set; }
Property Value
Declaration
public string GroupId { get; set; }
Property Value
Declaration
public TeamWithSettingsGuestSettings GuestSettings { get; set; }
Property Value
Declaration
public string MailNickname { get; set; }
Property Value
Declaration
public TeamWithSettingsMessagingSettings MessagingSettings { get; set; }
Property Value
Declaration
public string ProvisioningTemplateId { get; set; }
Property Value
Declaration
public TeamSecurity Security { get; set; }
Property Value
Declaration
public TeamWithSettingsSpecialization Specialization { get; set; }
Property Value
Declaration
public bool SpecializationSpecified { get; set; }
Property Value
Declaration
public string TargetSiteUrl { get; set; }
Property Value
Extension Methods