I have a class defined like this: Class test.ABC Extends %RegisteredObject { Property myProp As %Binary [ Internal, Private ]; } Is there a way to get a value of myProp from outside of the object? I can't modify or extend the class obviously.