WebServiceAdapter2.OutputLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.