Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 634 Bytes

appinstallerinfo_onlaunch.md

File metadata and controls

29 lines (16 loc) · 634 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppInstallerInfo.OnLaunch
winrt property

Windows.ApplicationModel.AppInstallerInfo.OnLaunch

-description

Gets a boolean value specifying whether the deployment service will check for an update to the App Installer file when the app launches.

-property-value

True if the deployment service will check for an update on launch; otherwise, false.

-remarks

This property is equivalent to the OnLaunch element of the App Installer file schema.

-see-also

-examples