XMLToSend Property
See Also Example Applies To
Read-Only. A string containing the XML that is produced from decoding the method name and parameters.
Syntax
object.XMLToSend
The object placeholder represents an XMLRPCRequest object.
Remarks
XMLToSend is created when the call to the property is made. It takes the method name and any parameters and uses this to generate the XML.
|