Add an APIs to get properties values from components
The following discussion from !1756 (merged) should be addressed:
-
@clemenci started a discussion: I was discussing this with @sponce.
I believe we should extend
IProperty
with a method to get a property by value, so that we can write something likeauto audit = appMgr->getPropertyValue<bool>( "AuditTools" );