CimProject.DynamicMode (property)

Gets and sets the dynamic mode.
Syntax: Boolean = object.DynamicMode
object.DynamicMode = Boolean
Description: The CimProject.Dynamic property is a boolean that indicates if configuration of the project should occur dynamically. A value of True enables dynamic configuration, while a value of False disables dynamic configuration. Defaults to False. Dynamic configuration is possible only when the project is running. Dynamic mode requires that you set a UserName and Password to be used for the configuration operation.

Example

project.ProjectUserName = "ADMINISTRATOR"
project.ProjectPassword = ""
project.DynamicMode = True