Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 918 Bytes

storeapplicense_addonlicenses.md

File metadata and controls

23 lines (16 loc) · 918 Bytes
-api-id -api-type
P:Windows.Services.Store.StoreAppLicense.AddOnLicenses
winrt property

Windows.Services.Store.StoreAppLicense.AddOnLicenses

-description

Gets the collection of licenses for durable add-ons for which the user has entitlements to use. This property does not include licenses for consumable add-ons.

-property-value

A map of key and value pairs, where each key is the Store ID of an add-on SKU from the Microsoft Store catalog and each value is a StoreLicense object that contains license info for the add-on.

-remarks

This collection contains durable add-on licenses that are currently valid. When a license is expired or no longer valid, it will no longer be available in this collection.

-examples

-see-also