CurrentApp.AppId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.