Property helpers for DataHandles and derived classes
Adds some helper functions for Gaudi::Property<DataHandle>
and derived classes of DataHandle, so that users don't need to do m_hndlProp.value().key()
, but can access the function directly as m_hndlProp.key()