| BrowserInfoPlatform Property  | 
 
            Specifies the type of the browser's executable (x86 or x64)
            
 
    Namespace: 
   SmartBear.TestLeft
    Assembly:
   SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
 Syntax
Syntaxpublic PlatformType Platform { get; }Public ReadOnly Property Platform As PlatformType
	Get
Dim instance As BrowserInfo
Dim value As PlatformType
value = instance.Platform
public:
property PlatformType Platform {
	PlatformType get ();
}Property Value
Type: 
PlatformType See Also
See Also