WebServiceAdapter.Timeout Property
InfoPath Developer Reference |
Sets or retrieves the long integer time-out value in seconds for a WebServiceAdapter object. Read/write
Version Information
Version Added: InfoPath 2003
Syntax
expression.Timeout
expression An expression that returns a WebServiceAdapter object.
Return Value
Long
Remarks
The default value of the Timeout property of the WebServiceAdapter object is 30 seconds.
Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
See Also