EducationSettings Class

Definition

Indicates if an app is running in an education environment.

public ref class EducationSettings abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class EducationSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class EducationSettings
Public Class EducationSettings
Inheritance
Object Platform::Object IInspectable EducationSettings
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

Examples of changes you might make in an education environment:

  • Simplify the user interface
  • Do not collect data or personally identifiable information (PII).
  • Change default content

Properties

IsEducationEnvironment

Gets a Boolean value indicating if the app is running in an education environment.

Applies to