Click to return to the XML (Extensible Markup Language) home page    
XMLDOMElement setAttribut...     XMLDOMElement Object    
Web Workshop  |  XML (Extensible Markup Language)

tagName Property


Contains the element name (the name that appears within the tag).

Syntax

strValue = oXMLDOMElement.tagName

Remarks

String. The property is read-only. It contains the string that represents the element's name. For example, the tag name is "book" in the tag:

<book ISBN="1572318546">

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMElement


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.