Sets a String value containing the XML representation of the object's underlying data.
Syntax:
DefaultValuesObject.SetXML(sXML As String)
The SetXML Method (Default Values Object) syntax has these parts:
| Part |
Description |
| DefaultValuesObject |
An object expression that evaluates to a DefaultValues 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.