Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 615 Bytes

appinstallerinfo_showprompt.md

File metadata and controls

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

Windows.ApplicationModel.AppInstallerInfo.ShowPrompt

-description

Gets a boolean value specifying whether the deployment service will show a prompt informing the user about an update.

-property-value

True if a prompt will be show; otherwise, false.

-remarks

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

-see-also

-examples