ItemByName method: PropertyInfo collection
Syntax
ItemByName(name)
Description
The ItemByName method returns the item specified by name. Name is not case-sensitive.
Parameters
| Parameter | Description |
|---|---|
|
name |
Specify the name of the PropertyInfo object that you want returned. This parameter takes a string value. |
Returns
A reference to a PropertyInfo object or NULL.
Example
&PROPERTY = &PROPERTIES.ItemByName(“GetHistoryItems”);