lr.get_group_name
Example: lr.get_group_name | Informational Functions |
Returns the Vuser's group name.
Java Language
String lr.get_group_name( );
The lr.get_group_name function returns the group name of the current Vuser.
Return Values
Returns the group name of the current Vuser. If no name is available (for example, there are no active Vusers) it returns -1. The return value is a pointer to static data and should only be read, not altered.
Parameterization
Parameterization is not applicable to this function.