IsInList Method
See Also Example Applies To
Returns a boolean set to True if the passed value is the same as a name of an attribute in the collection, otherwise returns False.
Syntax
object.IsInList (Name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTDAttlist object. |
| Name |
Required. A string containing an attribute name. |
|