Click or drag to resize

ActionDocument_properties Field

The properties, key is a string, value is a property (arbitrary object) you want to store here.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
protected PropertyBag? _properties

Field Value

PropertyBag
Remarks
The properties are saved on disc (with exception of those that starts with "tmp/". If the property you want to store is only temporary, the properties name should therefore start with "tmp/".
See Also