WebServiceAdapter2.OutputLocation Property

Definition

Gets the XML Document Object Model (DOM) node under which the adapter will copy the XML returned by the XML Web service.

public:
 property Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ OutputLocation { Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ get(); };
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode OutputLocation { get; }
member this.OutputLocation : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public ReadOnly Property OutputLocation As IXMLDOMNode

Property Value

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.

Applies to