Click or drag to resize

PropertyServiceFallbackImplementation Properties

The PropertyServiceFallbackImplementation type exposes the following members.

Properties
 NameDescription
Public propertyApplicationSettings Gets the property bag with application settings. These are typically stored in the .addin file.
Public propertyBuiltinSettings Gets the builtin settings. These are typically hard-coded in the program.
Public propertyConfigDirectory Absolute path to the application's config directory.
Public propertyDataDirectory Absolute path to the application's data directory. This is the directory where e.g. resources for the application are stored.
Public propertyLocalApplicationSettings 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).
Public propertyUserSettings Returns the property bag with user settings. These are typically stored in the user's application settings directory.
Top
See Also