Click or drag to resize

AutoUpdateSettingsEnableAutoUpdates Property

Gets or sets a value indicating whether to globally enable auto updates or not.

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

Property Value

Boolean
If , auto updates are enabled. If , auto updates are disabled.
See Also