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