Gets or sets the country.
Syntax
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"; |
| PHP | Copy 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