getPropertyInfoByName

getPropertyInfoByName(name:  String;
                      index: Integer output;
                      type:  Type output;
                      value: Any output): Boolean;

The getPropertyInfoByName method of the JadeDynamicObject class outputs the index, type, and value of the property specified in the name parameter. This method returns true if the index, type, and value were successfully output; otherwise it returns false.

Attempting to access a property that does not exist or using a variable with a type other than Any that does not match the property type as the value parameter causes an exception to be raised.