Click or drag to resize

PropertiesSet(String, Properties) Method

Note: This API is now obsolete.

Obsolete nested-properties mutator. Use SetNestedProperties instead.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[ObsoleteAttribute("Use the SetNestedProperties method instead", true)]
public void Set(
	string key,
	Properties value
)

Parameters

key  String
The property key.
value  Properties
The nested properties container to store.
See Also