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