LicenseInformation.ProductLicenses Property

The associative list of licenses for the app’s features that can be bought through an in-app purchase.

Syntax

public:
property IMapView<String^ , ProductLicense^ >^ ProductLicenses {
         IMapView<String^ , ProductLicense^ >^ get ();
}  

Property value

Type: IMapView<String^ , ProductLicense^ > 

  The associative list of feature licenses.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

LicenseInformation Class

LicenseInformation Members

Windows.ApplicationModel.Store Namespace