PropertyBagGetValueT(String) Method |
Gets the value of a property.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual T GetValue<T>(
string propName
)
Parameters
- propName String
- The property name.
Type Parameters
- T
- Type of the property value.
Return Value
T
The property.
Implements
IPropertyBagGetValueT(String)See Also