Property Value
Type: System.Int32The avail screen width of profile.
// get avail screen width int availScreenWidth = project.Profile.AvailScreenWidth; // set avail screen width project.Profile.AvailScreenWidth = 1024;
// get avail screen width $availScreenWidth = $project->Profile->AvailScreenWidth; // set avail screen width $project->Profile->AvailScreenWidth = 1024;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.