Gets and sets the PCM username. | |
Syntax: | String =
object.PCMUsername object.PCMUsername = String |
Description: | The CimProject.PCMUsername property gets
and sets the username for logging into PCM. Example: Dim project As CimProject Set project = CreateObject("CimProject") project.OpenLocalProject "d:\classes\classes.gef" project.PCMUsername = "ADMINISTRATOR" |