SubmitToHostEventArgs members
Used to return information about the submit to host operation of a hosted InfoPath form template.
The SubmitToHostEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdapterName | Gets the name of the data connection used to submit the XML data of the form to the Web page. | |
ErrorMessage | Gets or sets the error message if the data connection failed while submitting the XML data of the form to the Web page. | |
ReturnStatus | Gets the status of the submit operation of the data connection used to submit the XML data of the form to the Web page. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top