Interface ITeamClassSettings
Public interface to define the settings for a classroom
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamClassSettings
Properties
NotifyGuardiansAboutAssignments
Do guardians need to be notified about assignments?
Declaration
bool NotifyGuardiansAboutAssignments { get; set; }
Property Value
System.Boolean
|