Click or drag to resize

PropertyServiceFallbackImplementationGetValueT(PropertyKeyT, RuntimePropertyKind) Method

Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T GetValue<T>(
	PropertyKey<T> p,
	RuntimePropertyKind kind
)

Parameters

p  PropertyKeyT
The property key.
kind  RuntimePropertyKind
Designates the kind of property to search.

Type Parameters

T
Type of the property value.

Return Value

T
The property value (if the property was found), or the default value defined by the property key (if not found).

Implements

IPropertyServiceGetValueT(PropertyKeyT, RuntimePropertyKind)
See Also