CurrentAppSimulator.LicenseInformation Property

Definition

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

public:
 static property LicenseInformation ^ LicenseInformation { LicenseInformation ^ get(); };
static LicenseInformation LicenseInformation();
public static LicenseInformation LicenseInformation { get; }
var licenseInformation = CurrentAppSimulator.licenseInformation;
Public Shared ReadOnly Property LicenseInformation As LicenseInformation

Property Value

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

Remarks

Uses the LicenseInformation element in the WindowsStoreProxy.xml file as the data source for the members of the returned object. For more information, see Using the WindowsStoreProxy.xml file with CurrentAppSimulator.

This API does not require a network connection.

Applies to