AutoUpdateSettingsDownloadUnstableVersion Property |
Gets or sets a value indicating whether to download only stable versions or to download stable and unstable versions.
Namespace: Altaxo.SettingsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool DownloadUnstableVersion { get; set; }
Property Value
BooleanIf
, only stable versions will be downloaded and installed. If
, both stable and unstable versions will be downloaded installed.
See Also