Click or drag to resize

PropertyServiceLocalApplicationSettings Property

Gets the local application settings (applications specific for this PC). This data are stored in the LOCALAPPDATA folder.

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