| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : UserAgentAppVersion Property |
// get version information of the browser string userAgentAppVersion = project.Profile.UserAgentAppVersion; // set version information of the browser project.Profile.UserAgentAppVersion = "5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1";
// get version information of the browser $userAgentAppVersion = $project->Profile->UserAgentAppVersion; // set version information of the browser $project->Profile->UserAgentAppVersion = "5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.