Click or drag to resize

InstanceStorageServiceInstanceStoragePath Property

Gets the directory name of the folder that is unique to this application instance.

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

Property Value

String
The directory name of the folder that is unique to this application instance.

Implements

IInstanceStorageServiceInstanceStoragePath
See Also