Sets a String value containing the XML representation of the object's underlying data.
Syntax:
HeaderObject.SetXML(sXML As String)
The SetXML Method (Header Object) syntax has these parts:
| Part |
Description |
| HeaderObject |
An object expression that evaluates to a Header object. |
| sXML |
A String value that contains the XML representation of the object. |
Remarks:
Use this method to set the object according to the XML data passed in the sXML parameter.