IPropertyBagOwnerPropertyBag Property |
Gets the property bag. If the property bag is empty or not created, it is allowed to return null.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax PropertyBag? PropertyBag { get; }
Property Value
PropertyBag
The property bag, or
null if there is no property bag.
See Also