CurrentApp.AppId Property

Definition

Gets the GUID generated by the Windows Store when your app has been certified for listing in the Windows Store.

Note

Once your app is in the Windows Store, future app updates or changes to the app description will not result in a change to the CurrentApp.AppId.

public:
 static property Platform::Guid AppId { Platform::Guid get(); };
static winrt::guid AppId();
public static Guid AppId { get; }
var guid = CurrentApp.appId;
Public Shared ReadOnly Property AppId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The GUID that identifies the app in the Windows Store.

Remarks

To get a link to your app within the Windows Store, which references the same GUID, use LinkUri.

Applies to