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 では、ネットワーク接続は必要ありません。

適用対象