AutoUpdateSettingsOptions.ShowPrompt Property

Definition

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.

Applies to