Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > deleteDynamicProperty

deleteDynamicProperty

deleteDynamicProperty(propertyName: String);

The deleteDynamicProperty method of the JadeDynamicPropertyCluster class deletes the runtime dynamic property with the name specified in the propertyName parameter from the receiving cluster.

If instances of the class exist, you cannot delete a dynamic property that is a blob, slob, or slobutf8; that is, a dynamic property with a size or length greater than 540.

You can delete a runtime dynamic property only if the class in which it is defined is not being used by any other process. If production mode is set, a dynamic property can be deleted in single user mode only.

An exception is raised if the runtime dynamic property is not defined in the cluster.