CurrentApp.LicenseInformation Property

Definition

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.

Applies to