Click or drag to resize

PropertyBagTemporaryPropertyPrefixString Field

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 storing the project.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public const string TemporaryPropertyPrefixString = "tmp/"

Field Value

String
See Also