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 路径的字符串值。

注解

这是一个可选属性。

适用于