addProperty

addProperty(name: String;
            type: Type) updating;

The addProperty method of the JadeDynamicObject class adds the property with the specified name and type to the receiver at run time. An exception is raised if the value of the name parameter conflicts with an existing fixed or dynamic property name.

The name parameter cannot exceed 100 characters.