Click or drag to resize

AutoUpdateSettingsDownloadUnstableVersion Property

Gets or sets a value indicating whether to download only stable versions or to download stable and unstable versions.

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

Property Value

Boolean
If , only stable versions will be downloaded and installed. If , both stable and unstable versions will be downloaded installed.
See Also