다음을 통해 공유


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 를 참조하세요.

적용 대상