WaitTimeOut Property (Read/Write) |
Top Previous Next |
Sets/gets the default timeout value in milliseconds for all the wait methods.
VB.NET Syntax
tnxxxx.WaitTimeout [= Integer]
C# Syntax
tnxxxx.WaitTimeout [= int];
Remarks
You can assign any value, there isn't a limit of maximum value.
Default value is 60000 milliseconds (equivalent to 1 minute).
|