XMLElement.AutoText Property

Determines whether text is automatically created for a newly added XML element that has no text contents. The created text consists of the element's name enclosed in square brackets and is created only if no text has been set with the XML element's Text property. The value of this property is True by default.

Syntax

   XMLElement.AutoText [= boolean]
   Data Type:   
   Boolean.

Limitations

Run time only.

See Also