ZennoLab Assemblies Documentation
Town Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Town Property

Glossary Item Box

Gets or sets the town.

Syntax

C# 
string Town {get; set;}

Property Value

Type: System.String

The town of profile.

Example

The following example uses property Town of profile.
C#Copy Code
// get town
string region = project.Profile.Town;
 
// set town
project.Profile.Town = "MyTown";
PHPCopy Code
// 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

© 2013 All Rights Reserved.