SubmitToHostEventArgs.AdapterName property

Gets the name 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 ReadOnly Property AdapterName As String
    Get
'Usage
Dim instance As SubmitToHostEventArgs
Dim value As String

value = instance.AdapterName
public string AdapterName { get; }

Property value

Type: System.String
The name of the submit data connection.

Remarks

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

See also

Reference

SubmitToHostEventArgs class

SubmitToHostEventArgs members

Microsoft.Office.InfoPath.Server.Controls namespace