CurrentAppSimulator.LicenseInformation | licenseInformation property

This topic has not yet been rated - Rate this topic

Gets the simulated license metadata for the current app as provided by the simulation.

Syntax


var licenseInformation = Windows.ApplicationModel.Store.CurrentAppSimulator.licenseInformation;

Property value

Type: LicenseInformation

The license metadata for the current app as provided by the simulation.

Remarks

Uses the CurrentApp/LicenseInformation element in the WindowsStoreProxy.xml file as the data source for the members of the returned object. For more info, see the code examples in CurrentAppSimulator.

This API does not require a network connection.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

CurrentAppSimulator

 

 

Build date: 2/25/2013

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