Click or drag to resize

PropertyBagTemporaryPropertyPrefix Property

Get a string that designates a temporary property (i.e. a property that is not stored permanently). If any property key starts with this prefix, the propery is not serialized when saving the project to file.

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

Property Value

String
Temporary property prefix.

Implements

IPropertyBagTemporaryPropertyPrefix
See Also