Click or drag to resize

ProjectFolderPropertyDocumentPropertyBag Property

Gets the property bag. If the property bag is empty or not created, it is allowed to return null.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyBag? PropertyBag { get; protected set; }

Property Value

PropertyBag
The property bag, or null if there is no property bag.

Implements

IPropertyBagOwnerPropertyBag
See Also