CurrentAppSimulator.LicenseInformation Property

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

Syntax

public:
static property LicenseInformation^ LicenseInformation {
         LicenseInformation^ get ();
}  

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

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

CurrentAppSimulator Class

CurrentAppSimulator Members

Windows.ApplicationModel.Store Namespace