ItemByName method: PermissionValue collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the PermissionValue object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing PermissionValue within the PermissionValue collection. If you specify an invalid name, the object is NULL. |
Returns
A PermissionValue object if successful, NULL otherwise.
Example
&MyPVal = &MyPValColl.ItemByName("CUSTOMER");