PropertiesGet(String, Properties) Method |
Note: This API is now obsolete.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[ObsoleteAttribute("Use the NestedProperties method instead", true)]
public Properties Get(
string key,
Properties defaultValue
)Parameters
- key String
- The property key.
- defaultValue Properties
- The default value.
Return Value
PropertiesThe requested nested properties container.
See Also