WebServiceAdapter2.ErrorsLocation 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 returned errors as XML.
public:
property Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ ErrorsLocation { Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ get(); };
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode ErrorsLocation { get; }
member this.ErrorsLocation : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public ReadOnly Property ErrorsLocation As IXMLDOMNode
Property Value
Remarks
The initial value of the ErrorsLocation property is a null reference (Nothing in Visual Basic).