getPropertyInHTree

getPropertyInHTree(name: String): Property;

The getPropertyInHTree method of the Class class returns a reference to the property with the name specified in the name parameter.

If the property does not exist in the receiver class, superclasses are searched.