CurrentApp.LicenseInformation 属性

定义

获取当前应用的许可证元数据。

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

属性值

当前应用的许可证元数据。

注解

此 API 不需要网络连接。

适用于