ItemByName method: Attribute collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the AttributeValue object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing AttributeValue within the Attribute Collection. If you specify an invalid name, the object is NULL. |
Returns
An AttributeValue object if successful, NULL otherwise.
Example
&Attr = &AttrColl.ItembyName("RELLINK");