Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

licenseinformation_productlicenses.md

File metadata and controls

26 lines (18 loc) · 1.06 KB
-api-id -api-type
P:Windows.ApplicationModel.Store.LicenseInformation.ProductLicenses
winrt property

Windows.ApplicationModel.Store.LicenseInformation.ProductLicenses

-description

Gets the associative list of licenses for in-app products that the user is currently entitled to.

-property-value

The associative list of feature licenses.

-remarks

To determine if the user is entitled to the in-app products, use the IsActive property of the ProductLicense objects.

Important

The returned list of ProductLicense objects will always represent all in-app products that the user is currently entitled to (where IsActive = true). However, this list may or may not also contain ProductLicense objects for products that the user is not currently entitled to (where IsActive = false).

-examples

-see-also