Click or drag to resize

IPropertyServiceApplicationSettings Property

Gets the property bag with application settings. These are typically stored in the .addin file.

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

Property Value

IPropertyBag
The application settings.
See Also