Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 802 Bytes

packagestatus_verifyisok_1370442709.md

File metadata and controls

25 lines (16 loc) · 802 Bytes
-api-id -api-type
M:Windows.ApplicationModel.PackageStatus.VerifyIsOK
winrt method

Windows.ApplicationModel.PackageStatus.VerifyIsOK

-description

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

-returns

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.

-examples

-see-also