PropertiesSet(String, Properties) Method |
Note: This API is now obsolete.
Obsolete nested-properties mutator. Use SetNestedProperties instead.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[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