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