共用方式為


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 不需要網路連線。

適用於