CimProject.PCMSavePasswords (property)

Gets and sets if passwords will be preserved on a get latest of the project.
Syntax: Boolean = object.PCMSavePasswords
object.PCMSavePasswords = Boolean
Description: The CimProject.PCMSavePasswords property gets and sets if passwords will be preserved if the project is fetched from PCM. This flag is only used if this is a non-interactive session and the prompt option was selected.

Example:

Dim project As CimProject
Set project = CreateObject("CimProject")
project.OpenLocalProject "d:\classes\classes.gef"
project.PCMSavePasswords = True