Click or drag to resize

StartupSettingsConfigDirectory Property

Gets/Sets the directory used to store application properties, settings and user AddIns. Use null (default) to use "ApplicationData\ApplicationName"

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string? ConfigDirectory { get; set; }

Property Value

String
See Also