Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > getPropertyType

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.