getPropertyType

getPropertyType(name: String): Type;

The getPropertyType method of the JadeDynamicObject class returns a reference to the type of the property specified in the name parameter.

If the receiver does not define the property name, an exception is raised.