DataTableSetTableProperty Method |
The table properties, key is a string, val is an object you want to store here.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetTableProperty(
string key,
Object? val
)
Parameters
- key String
- The key of the property to store.
- val Object
- The value of the property to store.
RemarksThe properties are saved on disk, with the exception of those whose name starts with "tmp/".
If the property you want to store is only temporary, the property name should therefore
start with "tmp/".
See Also