Click or drag to resize

IPropertyBagTemporaryPropertyPrefix Property

Gets 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 property is not serialized when saving the project to a file.

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

Property Value

String
Temporary property prefix.
See Also