Click or drag to resize

AutoUpdateSettingsConfirmInstallation Property

Gets or sets a value indicating whether the user has to confirm the installation of a new version

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool ConfirmInstallation { get; set; }

Property Value

Boolean
If true, the user is asked for confirmation before installing a new version.
See Also