次の方法で共有


MdmAlert.Type プロパティ

定義

アラートの種類。 これはアラート ID でもあります。

public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();

void Type(winrt::hstring value);
public string Type { get; set; }
var string = mdmAlert.type;
mdmAlert.type = string;
Public Property Type As String

プロパティ値

String

Platform::String

winrt::hstring

逆ドメイン名の書式設定された文字列。

注釈

この形式は OMA-DM 標準で必須であり、"Reversed-Domain-Name:<your-domain-info-here>" というパターンに従います。

このプロパティを設定する方法の例については、「 MdmAlert 」を参照してください。

適用対象