Click or drag to resize

IPropertyServiceSetValueT(String, T) Method

Sets a value associated with a property key.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetValue<T>(
	string property,
	T value
)

Parameters

property  String
The property key (as string).
value  T
The property value.

Type Parameters

T
The value type.
See Also