PackageStatus.LicenseIssue Property

Definition

Indicates whether there is a problem with the license for this package.

public:
 property bool LicenseIssue { bool get(); };
bool LicenseIssue();
public bool LicenseIssue { get; }
var boolean = packageStatus.licenseIssue;
Public ReadOnly Property LicenseIssue As Boolean

Property Value

Boolean

bool

TRUE indicates that there is a problem with the license for this package; otherwise FALSE.

Remarks

Examples of license problems include missing and expired licenses. License problems must be resolved before the package can be used.

Applies to