CurrentApp.LicenseInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the license metadata for the current app.
public:
static property LicenseInformation ^ LicenseInformation { LicenseInformation ^ get(); };
static LicenseInformation LicenseInformation();
public static LicenseInformation LicenseInformation { get; }
var licenseInformation = CurrentApp.licenseInformation;
Public Shared ReadOnly Property LicenseInformation As LicenseInformation
Property Value
The license metadata for the current app.
Remarks
This API does not require a network connection.