다음을 통해 공유


MdmAlert.Source 속성

정의

경고 원본에 대한 로컬 URI 경로입니다.

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

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

속성 값

String

Platform::String

winrt::hstring

URI 경로의 문자열 값입니다.

설명

선택적 속성입니다.

적용 대상