SubmitToHostEventArgs.ReturnStatus Property

Gets the status of the submit operation of the data connection used to submit the XML data of the form to the Web page.

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

Syntax

'Declaration
Public Property ReturnStatus As Boolean
    Get
    Set
'Usage
Dim instance As SubmitToHostEventArgs
Dim value As Boolean

value = instance.ReturnStatus

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

Property Value

Type: System.Boolean

Remarks

For more information about creating a SubmitToHostAdapter data connection in an InfoPath form template, see Hosting the InfoPath 2007 Form Editing Environment in a Custom Web Form.

See Also

Reference

SubmitToHostEventArgs Class

SubmitToHostEventArgs Members

Microsoft.Office.InfoPath.Server.Controls Namespace