Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 814 Bytes

storelicense.md

File metadata and controls

20 lines (14 loc) · 814 Bytes
-api-id -api-type
T:Windows.Services.Store.StoreLicense
winrt class

Windows.Services.Store.StoreLicense

-description

Provides license info for a durable add-on that is associated with the current app.

-remarks

To retrieve StoreLicense objects for the durable add-ons for the current app, use the StoreAppLicense.AddOnLicenses property. This property contains only the add-on licenses that are still valid and provide the current user with an entitlement to use the add-on. When an add-on license expires or is longer valid, it will no longer be available in the StoreAppLicense.AddOnLicenses collection.

-examples

-see-also