Get a profile of current project.
Syntax
Example
The following example uses
Profile property of "project".
| C# | Copy Code |
|---|
// set a new email to profile
project.Profile.Email = "myemail@someemail.com";
// get SecretQuestionAnswer1 from profile
string SecretQuestionAnswer1 = project.Profile.SecretQuestionAnswer1; |
| PHP | Copy Code |
|---|
// set a new email to profile
$project->Profile->Email = "myemail@someemail.com";
// get SecretQuestionAnswer1 from profile
$SecretQuestionAnswer1 = $project->Profile->SecretQuestionAnswer1; |
Requirements
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven
See Also