WebServiceAdapter2.OutputLocation Property
Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
ReadOnly Property OutputLocation As IXMLDOMNode
Get
'Usage
Dim instance As WebServiceAdapter2
Dim value As IXMLDOMNode
value = instance.OutputLocation
IXMLDOMNode OutputLocation { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Remarks
For data connections used for receiving data, the OutputLocation property corresponds to the dataFields element in the data source.
Note
The OutputLocation property is a null reference (Nothing in Visual Basic) if the data connection is used only for submitting data.
Important
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.