QueryTimeout Property

The QueryTimeout sets the maximum timeout for the operation.

Applies to objects: Workspace.

Syntax

[[Let] RetVal = ] object.QueryTimeout

[Let] object.QueryTimeout = SetVal

The QueryTimeout property syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Long type variable.
SetVal Required. A Long type variable.

Remarks

The default timeout delay is 15 seconds.

Example

.......

 

See Also

Workspace Object, LoginTimeout Property.