AttributeExists Method
See Also Example Applies To
Returns True if an attribute exists with the passed name in the collection of attributes.
Syntax
object.AttributeExists (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 an attribute with the passed name is found, the method returns True, otherwise it returns False.
|