WebTestingSettingsSWTMode Property |
Gets or sets the TestComplete or TestExecute SWT mode
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.72.408.11 (14.72.408.11)
Syntax public bool SWTMode { get; set; }
Public Property SWTMode As Boolean
Get
Set
Dim instance As WebTestingSettings
Dim value As Boolean
value = instance.SWTMode
instance.SWTMode = value
public:
property bool SWTMode {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also