ZennoLab Assemblies Documentation
Password Property (IProfile)
Example 
Gets or sets the password.
Syntax
string Password {get; set;}

Property Value

Type: System.String

The password of profile.

Example
The following example uses property 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";
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback