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