AutoUpdateSettingsOptions.OnLaunch 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 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.