The following example uses property Phone of profile.
| C# | Copy Code |
|---|---|
// get phone string phone = project.Profile.Phone; // set phone project.Profile.Phone = "MyPhone"; | |
| PHP | Copy Code |
|---|---|
// get phone $phone = $project->Profile->Phone; // set phone $project->Profile->Phone = "MyPhone"; | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven