IPropertyBagSetValueT(String, T) Method |
Sets the value of a property.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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