getPropertyValue

getPropertyValue(name: String): Any;

The getPropertyValue method of the JadeDynamicObject class returns the value of the property specified in the name parameter.

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