PackageStatus.VerifyIsOK Method

Definition

Indicates whether the package is in good condition and may be used.

public:
 virtual bool VerifyIsOK() = VerifyIsOK;
bool VerifyIsOK();
public bool VerifyIsOK();
function verifyIsOK()
Public Function VerifyIsOK () As Boolean

Returns

Boolean

bool

TRUE indicates that the package is in good condition; otherwise FALSE.

Remarks

This property reflects a set of properties that you would otherwise have to query individually to determine if the package is in good condition and is usable. For example this property reflects whether NotAvailable, LicenseIssue, Modified, Tampered are not set.

Applies to