findProperty
findProperty(str: String): Property;
The findProperty method of the Class class returns a reference to the property with the name specified in the str parameter if the property exists in the receiving class or any of its superclasses.
findProperty(str: String): Property;
The findProperty method of the Class class returns a reference to the property with the name specified in the str parameter if the property exists in the receiving class or any of its superclasses.