You cannot:
Add more than 65,535 dynamic property clusters to a class.
Add a runtime dynamic property to a system class.
Add a runtime dynamic property to a
Delete or change a runtime dynamic property selected in the Properties List of the Class Browser. (You can do this only from the Property class changeDynamicProperty method or the JadeDynamicPropertyCluster class deleteDynamicProperty method.)
Use runtime dynamic properties by name in JADE methods. Exception
Select a runtime dynamic property from the list of properties in the following places.
Dictionary key
Key path of a dictionary
Properties on a class exported in a package
C# or Web service exposures
Design‑time property in the JADE Painter
Relational view
RPS mapping
Add a dynamic property cluster to a subclass of the Control class.
Deploy runtime dynamic property changes for a schema from a schema extract. (Runtime dynamic properties are not included when you extract a schema.)
Rename or delete a runtime dynamic property by using a JADE command file in the batch Schema Load utility.
Reduce the length of a non‑embedded
Reduce the length of a non‑embedded
Delete a
Changing runtime dynamic properties and clusters of a class in the same transaction in which an instance of the class is created can result in exception
You should use one transaction to change runtime dynamic property metadata and a separate transaction for object updates.