Skip to content

Commit

Permalink
Moved some info to the remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleanbyron committed Feb 27, 2017
1 parent 6b5596f commit e86a634
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ public Windows.Foundation.Collections.IMapView<string, Windows.ApplicationModel.
# Windows.ApplicationModel.Store.LicenseInformation.ProductLicenses

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

> [!IMPORTANT]
> The returned list of [ProductLicense](productlicense.md) objects will always represent all in-app products that a user is currently entitled to (**isActive = true**). However, this list may or may not also contain [ProductLicense](productlicense.md) objects for products that a user is not currently entitled to (**isActive = false**).
Call [ProductLicense.isActive](productlicense_isactive.md) to determine if a user is entitled to an in-app product.
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](productlicense_isactive.md) property of the [ProductLicense](productlicense.md) objects.

> [!IMPORTANT]
> The returned list of [ProductLicense](productlicense.md) 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](productlicense.md) objects for products that the user is not currently entitled to (where **IsActive = false**).
## -examples

Expand Down

0 comments on commit e86a634

Please sign in to comment.