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

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

Fields

Critical 2

The alert is critical.

Fatal 1

The alert is fatal.

Informational 4

The alert is informational.

None 0

No information.

Warning 3

The alert is a warning.

Remarks

These values are specified by the OMA-DM standard/

Applies to