int BornDay {get; set;}
// get born day string bornDay = project.Profile.BornDay; // set born day project.Profile.BornDay = 18;
// get born day $bornDay = $project->Profile->BornDay; // set born day $project->Profile->BornDay = 18;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
IProfile Interface IProfile Members