PackageStatus.LicenseIssue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.