ZennoLab Assemblies Documentation
Town Property
Example 
Gets or sets the town.
Syntax
string Town {get; set;}

Property Value

Type: System.String

The town of profile.

Example
The following example uses property 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";
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback