DialApp.AppName 속성

정의

애플리케이션의 등록된 DIAL 이름을 가져옵니다.

public:
 property Platform::String ^ AppName { Platform::String ^ get(); };
winrt::hstring AppName();
public string AppName { get; }
var string = dialApp.appName;
Public ReadOnly Property AppName As String

속성 값

String

Platform::String

winrt::hstring

DIAL 이름입니다.

적용 대상