FormsService.MaxUserActionsPerPostback Property

Gets or sets the maximum user actions per postback.

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

Syntax

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

value = instance.MaxUserActionsPerPostback

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

Property Value

Type: System.Int32

Remarks

The default value for the MaxUserActionsPerPostback is 200. This property corresponds to the Number of actions per postback setting on the Thresholds section of the Configure InfoPath Forms Services page of the Central Administration site.

Note

Increasing the value of this property could adversely affect server performance and increase the chance of Denial of Service (DOS) attacks on the server.

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace