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

Glossary Item Box

Gets or sets the country.

Syntax

C# 
string Country {get; set;}

Property Value

Type: System.String

The country of profile.

Example

The following example uses property Country of profile.
C#Copy Code
// get country
string country = project.Profile.Country;
 
// set country
project.Profile.Country = "MyCountry";
PHPCopy Code
// get country
$country = $project->Profile->Country;
 
// set country
$project->Profile->Country = "MyCountry";

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.