Next method: RolePermissionValue collection

Syntax

Next()

Description

The Next method returns the next RolePermissionValue object in the RolePermissionValue collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.

Parameters

None.

Returns

RolePermissionValue object.

Example

&MyRolePermissionValue = &MyCollection.Next();