IPropertyServiceGetValueT(PropertyKeyT, RuntimePropertyKind) Method | 
            Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
SyntaxT 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
TThe property value (if the property was found), or the default value defined by the property key (if not found).
See Also