addDynamicProperty(propertyName: String; propertyType: Type; length: Integer; scaleFactor: Byte): Property;
The addDynamicProperty method of the JadeDynamicPropertyCluster class adds a new runtime dynamic property with the name specified by the propertyName parameter name to the receiving dynamic property cluster and returns the newly created property.
If the type of the property is:
A class or collection class, zero (0) must be specified as the value for the length and scaleFactor parameters.
A collection, the property is created as a shared reference.