XMLAttribute Object
See Also Example Properties Methods Events
Models an XML tag attribute.
Class Diagram

Remarks
The XMLAttribute object models the two parts of the attribute using the Name and Value properties.
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" />
|