| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Country Property |
// 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.