Steven Zerafa · Dec 20, 2022 go to post

Thanks Marc. 
Is there another way to get the property value from myObj by providing the property name?
The only solution found is using %ZEN.Utils
s result = ##class(%ZEN.Utils).%GetPropertyValue(myObj, propertyName, .value)
w value