First method: RolePermissionValue collection
Syntax
First()
Description
The First method returns the first RolePermissionValue object in the RolePermissionValue collection.
Parameters
None.
Returns
A RolePermissionValue object.
Example
&MyRolePermissionValue = &MyCollection.First();