次の方法で共有


MdmAlertDataType 列挙型

定義

MDM アラート ペイロードの使用可能なデータ形式。

public enum class MdmAlertDataType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class MdmAlertDataType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum MdmAlertDataType
var value = Windows.Management.MdmAlertDataType.string
Public Enum MdmAlertDataType
継承
MdmAlertDataType
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

フィールド

Base64 1

Base-64 データ。

Boolean 2

ブールデータ。

Integer 3

整数データ。

String 0

文字列データ。

適用対象