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

适用于