DataTable_tableProperties Field |
The table properties, key is a string, value is a property you want to store here.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected PropertyBag? _tableProperties
Field Value
PropertyBagRemarks The properties are saved on disc (with exception of those who starts with "tmp/".
If the property you want to store is only temporary, the properties name should therefore
start with "tmp/".
See Also