PackageStatus.VerifyIsOK Method
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 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
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.