ZennoLab Assemblies Documentation
UserAgentCpuClass Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : UserAgentCpuClass Property

Glossary Item Box

Gets or sets the cpu class.

Syntax

C# 
string UserAgentCpuClass {get; set;}

Property Value

Type: System.String

The cpu class.

Example

The following example uses property UserAgentCpuClass of profile.
C#Copy Code
// get cpu class
string cpuClass = project.Profile.UserAgentCpuClass;
 
// set cpu class
project.Profile.UserAgentCpuClass = "x86";
PHPCopy Code
// get cpu class
$cpuClass = $project->Profile->UserAgentCpuClass;
 
// set cpu class
$project->Profile->UserAgentCpuClass = "x86";

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

© 2013 All Rights Reserved.