PackageStatus.NeedsRemediation 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 the package is unusable.
public:
property bool NeedsRemediation { bool get(); };
bool NeedsRemediation();
public bool NeedsRemediation { get; }
var boolean = packageStatus.needsRemediation;
Public ReadOnly Property NeedsRemediation As Boolean
Property Value
Boolean
bool
FALSE indicates that the package is in a usable state; otherwise TRUE.
Remarks
This property reflects a set of properties that you would otherwise have to query individually to determine if the package is usable. For example this property reflects whether one or more of NotAvailable, LicenseIssue, Modified, or Tampered are set.