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