DialApp.AppName Property

Definition

Gets the application's registered DIAL name.

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

Property Value

String

Platform::String

winrt::hstring

The DIAL name.

Applies to