| 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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven