IDataAdapterMOM.SubmitWithInput Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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