Share via


WebServiceAdapter2.ErrorsLocation property

Gets the XML Document Object Model (DOM) node under which the adapter will copy returned errors as XML.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property ErrorsLocation As IXMLDOMNode
    Get
'Usage
Dim instance As WebServiceAdapter2
Dim value As IXMLDOMNode

value = instance.ErrorsLocation
IXMLDOMNode ErrorsLocation { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode

Remarks

The initial value of the ErrorsLocation property is a null reference (Nothing in Visual Basic).

See also

Reference

WebServiceAdapter2 interface

WebServiceAdapter2 members

Microsoft.Office.Interop.InfoPath namespace