DebugSettingsRuntimeChecks Property |
Gets or sets RuntimeChecks that will be performed during the test run.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax public RuntimeChecks RuntimeChecks { get; set; }
Public Property RuntimeChecks As RuntimeChecks
Get
Set
Dim instance As DebugSettings
Dim value As RuntimeChecks
value = instance.RuntimeChecks
instance.RuntimeChecks = value
public:
property RuntimeChecks RuntimeChecks {
RuntimeChecks get ();
void set (RuntimeChecks value);
}
Property Value
Type:
RuntimeChecksSee Also