Share via


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
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.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.Xml.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.

See Also

Reference

WebServiceAdapter2 Interface

WebServiceAdapter2 Members

Microsoft.Office.Interop.InfoPath Namespace