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