Name Property
See Also Example Applies To
Read-Only. A string containing the name of the attribute.
Syntax
object.Name
The object placeholder represents an XMLAttribute object.
Background
An XML Tag can have a number of attributes. These attributes consist of a name and a value. For example:
<ExampleTag ExampleName1="Example Value" ExampleName2="Another Example Value" />
|