IDataAdapterMOM.SubmitWithInput Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub SubmitWithInput ( _
bstrInputXML As String _
)
'Usage
Dim instance As IDataAdapterMOM
Dim bstrInputXML As String
instance.SubmitWithInput(bstrInputXML)
void SubmitWithInput(
string bstrInputXML
)
Parameters
- bstrInputXML
Type: System.String