IPropertyServiceSetValueT(String, T) Method |
Sets a value associated with a property key.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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