Click or drag to resize

PropertiesNestedProperties Method

Retrieves a nested property container; creating a new one on demand. Multiple calls to this method will return the same instance (unless the entry at this key is overwritten by one of the Set-methods). Changes performed on the nested container will be persisted together with the parent container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Properties NestedProperties(
	string key
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.Properties.NestedProperties(System.String)"]

Return Value

Properties

[Missing <returns> documentation for "M:Altaxo.Main.Services.Properties.NestedProperties(System.String)"]

See Also