int ScreenSizeWidth {get; set;}
// get screen width int width = project.Profile.ScreenSizeWidth; // set screen width project.Profile.ScreenSizeWidth = 800;
// get screen width $width = $project->Profile->ScreenSizeWidth; // set screen width $project->Profile->ScreenSizeWidth = 800;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
IProfile Interface IProfile Members