GetAttributeByName Method
See Also Example Applies To
Returns an item from the collection of sub-nodes with the passed name.
Syntax
object.GetAttributeByName (Name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLAttributes object. |
| Name |
Required. A string which is the name of an attribute in the collection of attributes. |
Remarks
If a attribute with the passed name is not found, the error vbXML_ERROR_ATTRIBUTENOTFOUND is thrown.
|