IReadOnlyPropertyBagTryGetValueT Method |
Tries to get the value of a property.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool TryGetValue<T>(
PropertyKey<T> p,
out T value
)
Parameters
- p PropertyKeyT
- The property key.
- value T
- If successfull, on return this value contains the property value.
Type Parameters
- T
- Type of the property.
Return Value
BooleanTrue if the property could be successfully retrieved, otherwise
false.
See Also