I want to access and get a property value by passing string name in my function... Something like this:
Property: pProperty How can i access the property: Matrix.Activity(Id).pProperty
My idea for Function: GetProperty(pField) Return Matrix.Activity(Id).pField
then when I try GetProperty("pProperty") it returns the value of Matrix.Activity(Id).pProperty
I know the way is do it by reflection but Im strugglying and getting nowhere
Thanks Stack <3