Click or drag to resize

IPropertyBagSetValueT(String, T) Method

Sets the value of a property.

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

Parameters

propName  String
The property name.
value  T
The value of the property.

Type Parameters

T
Type of the property.
See Also