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