IPropertyServiceSetValueT(PropertyKeyT, T) Method |
Sets a value belonging to a property key
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetValue<T>(
PropertyKey<T> p,
T value
)
Parameters
- p PropertyKeyT
- The property key.
- value T
- The value.
Type Parameters
- T
- The value type.
See Also