| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Town Property |
// 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.