Soap.XSBuiltIns.TXMLData.XMLNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XMLNode: IXMLNode read FXMLNode;

C++

__property Xml::Xmlintf::_di_IXMLNode XMLNode = {read=FXMLNode};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXMLData

Description

Specifies the SOAP message node's raw XML.

The XMLNode property specifies the SOAP message node's raw XML. Use the contents of XMLNode to obtain the actual XML for the message node.

See Also