IDialReceiverActivatedEventArgs.AppName Property

Definition

Gets the name of the app that invoked the dial receiver app.

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

Property Value

String

Platform::String

winrt::hstring

The name of the app that invoked the dial receiver app.

Applies to