ToastCollectionManager.AppId Property

Definition

Gets the ID of the app to which this manager belongs.

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = toastCollectionManager.appId;
Public ReadOnly Property AppId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the app to which this manager is bound.

Applies to