Click or drag to resize

PropertyBagInformation(String, PropertyLevel) Constructor

Initializes a new instance of the PropertyBagInformation struct.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PropertyBagInformation(
	string name,
	PropertyLevel applicationLevel
)

Parameters

name  String
The property bag name.
applicationLevel  PropertyLevel
The property level.
See Also