Share via


PackageStatus.NeedsRemediation Property

Definition

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.

Applies to