Next method: PermissionValue collection
Syntax
Next()
Description
The Next method returns the next PermissionValue object in the PermissionValue 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
PermissionValue object.
Example
&MyPermissionValue = &MyCollection.Next();