PropertyBagTryGetValueT(String, T) 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 public virtual bool TryGetValue<T>(
string propName,
out T value
)
Parameters
- propName String
- The property name.
- value T
- If successfull, on return this value contains the property value.
Type Parameters
- T
- Type of the property value.
Return Value
BooleanTrue if the property could be successfully retrieved, otherwise
false.
Implements
IPropertyBagTryGetValueT(String, T)See Also