WebServiceAdapter2.Timeout Property (Microsoft.Office.Interop.InfoPath.SemiTrust)
Gets or sets the time-out value in seconds for a WebServiceAdapterObject object.

This property is not CLS-compliant.  

Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)

Syntax

Visual Basic (Declaration)
<DispIdAttribute(16)> _
Property Timeout As Integer
Visual Basic (Usage)
Dim instance As WebServiceAdapter2
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
C#
[DispIdAttribute(16)] 
int Timeout { get; set; }
Remarks

The default value of the Timeout property is 30 seconds.

NoteImportant:

This member 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

Tags :


Page view tracker