Share via


FormsService.DefaultDataConnectionTimeout property

Gets or sets the default data connection timeout in milliseconds.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Property DefaultDataConnectionTimeout As Integer
    Get
    Set
'Usage
Dim instance As FormsService
Dim value As Integer

value = instance.DefaultDataConnectionTimeout

instance.DefaultDataConnectionTimeout = value
public int DefaultDataConnectionTimeout { get; set; }

Property value

Type: System.Int32

Remarks

The default value for the DefaultDataConnectionTimeout is 10000 milliseconds (10 seconds). This property corresponds to the Default data connection timeout setting on the Configure InfoPath Forms Services page of the Central Administration site.

Note

Increasing the value of this property could adversely affect server performance.

See also

Reference

FormsService class

FormsService members

Microsoft.Office.InfoPath.Server.Administration namespace