IReadOnlyPropertyBagGetValueT(PropertyKeyT) Method |
Gets the value of a property. This method will throw an exception if the property is not found in the bag.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax T GetValue<T>(
PropertyKey<T> p
)
Parameters
- p PropertyKeyT
- The property key.
Type Parameters
- T
- Type of the property value.
Return Value
TThe property.
See Also