string Country {get; set;}
Type: System.String
The country of profile.
// get country string country = project.Profile.Country; // set country project.Profile.Country = "MyCountry";
// get country $country = $project->Profile->Country; // set country $project->Profile->Country = "MyCountry";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
IProfile Interface IProfile Members