GeneralSettingsAutoWaitTimeout Property |
Gets or set the number of milliseconds to wait for an expected object to become available, or for an unexpected window to close, before posting a timeout error.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public long AutoWaitTimeout { get; set; }
Public Property AutoWaitTimeout As Long
Get
Set
Dim instance As GeneralSettings
Dim value As Long
value = instance.AutoWaitTimeout
instance.AutoWaitTimeout = value
public:
property long long AutoWaitTimeout {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also