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.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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.SemiTrust.IXMLDOMNode

Remarks

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

Important

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See also

Reference

WebServiceAdapter2 interface

WebServiceAdapter2 members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace