Click or drag to resize

PropertyServiceFallbackImplementationLocalApplicationSettings Property

Returns the property bag with local application settings (settings on this computer, global for all users). These are typically stored in the LOCALAPPDATA directory. This bag is not used by Altaxo (but by other programs).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IPropertyBag LocalApplicationSettings { get; }

Property Value

IPropertyBag
The local application settings.

Implements

IPropertyServiceLocalApplicationSettings
See Also