This topic has not yet been rated - Rate this topic

LicenseInformation.ProductLicenses | productLicenses property

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

Syntax


public IReadOnlyDictionary<String, ProductLicense> ProductLicenses { get; }

Property value

Type: IMapView<String, ProductLicense> [JavaScript/C++] | System.Collections.Generic.IReadOnlyDictionary<String, ProductLicense> [.NET]

The associative list of feature licenses.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

LicenseInformation

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.