WebServiceAdapter2.ErrorsLocation Property

Definition

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

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ ErrorsLocation { Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode ErrorsLocation { get; }
member this.ErrorsLocation : Microsoft.Office.Interop.InfoPath.SemiTrust.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).

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.

Applies to