IPropertyServiceLocalApplicationSettings 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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IPropertyBag LocalApplicationSettings { get; }
Property Value
IPropertyBag
The local application settings.
See Also