AutoUpdateSettingsOptions.OnLaunch Property

Definition

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

public:
 property bool OnLaunch { bool get(); void set(bool value); };
bool OnLaunch();

void OnLaunch(bool value);
public bool OnLaunch { get; set; }
var boolean = autoUpdateSettingsOptions.onLaunch;
autoUpdateSettingsOptions.onLaunch = boolean;
Public Property OnLaunch As Boolean

Property Value

Boolean

bool

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.

Applies to