Share via


MdmAlertMark Enum

Definition

Values indicating priority or criticality of the MDM alert.

public enum class MdmAlertMark
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class MdmAlertMark
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum MdmAlertMark
var value = Windows.Management.MdmAlertMark.none
Public Enum MdmAlertMark
Inheritance
MdmAlertMark
Attributes

Windows requirements

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

Fields

Name Value Description
None 0

No information.

Fatal 1

The alert is fatal.

Critical 2

The alert is critical.

Warning 3

The alert is a warning.

Informational 4

The alert is informational.

Remarks

These values are specified by the OMA-DM standard/

Applies to