AutoUpdateSettingsOptions.ShowPrompt Property
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.
Gets or sets a boolean value specifying whether the deployment service will show a prompt informing the user about an update.
public:
property bool ShowPrompt { bool get(); void set(bool value); };
bool ShowPrompt();
void ShowPrompt(bool value);
public bool ShowPrompt { get; set; }
var boolean = autoUpdateSettingsOptions.showPrompt;
autoUpdateSettingsOptions.showPrompt = boolean;
Public Property ShowPrompt As Boolean
Property Value
Boolean
bool
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.