| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : UserAgentPlatform Property |
// get current platform string platform = project.Profile.UserAgentPlatform; // set current platform project.Profile.UserAgentPlatform = "Win32";
// get current platform $platform = $project->Profile->UserAgentPlatform; // set current platform $project->Profile->UserAgentPlatform = "Win32";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.