Share via


AppNotificationInfo.Name Property

Definition

Gets the name of the app.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = appNotificationInfo.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The name of the app.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to