string Password {get; set;}
Type: System.String
The password of profile.
// get password string password = project.Profile.Password; // set password project.Profile.Password = "MyPassword";
// get password $password = $project->Profile->Password; // set password $project->Profile->Password = "MyPassword";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
IProfile Interface IProfile Members