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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Properties NestedProperties(
string key
)
Parameters
- key String
- The key of the nested property container.
Return Value
PropertiesThe nested property container associated with
key.
See Also