BrowserFormWebPart.SendDataOnPostback Property

Gets or sets whether to send data to connected Web Parts when the page loads or is refreshed.

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

Syntax

'Declaration
Public Property SendDataOnPostback As Boolean
    Get
    Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As Boolean

value = instance.SendDataOnPostback

instance.SendDataOnPostback = value
public bool SendDataOnPostback { get; set; }

Property Value

Type: System.Boolean
true if data is sent; otherwise false.

Remarks

The SendDataOnPostback property corresponds to the Send data to connected Web Parts when page loads setting in the InfoPath Form Web Part tool pane.

See Also

Reference

BrowserFormWebPart Class

BrowserFormWebPart Members

Microsoft.Office.InfoPath.Server.Controls.WebUI Namespace