Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 867 Bytes

currentapp_appid.md

File metadata and controls

26 lines (18 loc) · 867 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Store.CurrentApp.AppId
winrt property

Windows.ApplicationModel.Store.CurrentApp.AppId

-description

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.

-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.

-examples

-see-also