Click or drag to resize

PropertyBag_properties Field

Dictionary that hold the properties. Key is the Guid of the property key (or any other string). Value is the property value.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Dictionary<string, Object?> _properties

Field Value

DictionaryString, Object
See Also