AutoUpdateSettingsEnableAutoUpdates Property |
Gets or sets a value indicating whether to globally enable auto updates or not.
Namespace: Altaxo.SettingsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool EnableAutoUpdates { get; set; }
Property Value
BooleanIf
, auto updates are enabled. If
, auto updates are disabled.
See Also