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