Click or drag to resize

PropertiesGet(String, Properties) Method

Note: This API is now obsolete.

Obsolete nested-properties accessor. Use NestedProperties(String) instead.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[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

Properties
The requested nested properties container.
See Also