Click or drag to resize

PropertyServiceFallbackImplementationSetValueT(String, T) Method

Sets a value associated with a property key.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetValue<T>(
	string p,
	T value
)

Parameters

p  String

[Missing <param name="p"/> documentation for "M:Altaxo.Main.Services.PropertyServiceFallbackImplementation.SetValue``1(System.String,``0)"]

value  T
The property value.

Type Parameters

T
The value type.

Implements

IPropertyServiceSetValueT(String, T)
See Also