lr.vuser_group
Returns the name of the Vuser group.
JavaScript
function lr.vuser_group ( )
VBScript
Function lr.vuser_group ( )
| Informational Functions |
The lr.vuser_group function returns the name of the Vuser group to which the Vuser belongs.
Return Values
The name of a Vuser group.
Parameterization
Standard parameterization is not available for this function.
Example
This example show the use of vuser_group.
lr.output_message "The user group name is " _ + lr.vuser_group
Example: Output in temp_1.log:
The user group name is temp [MsgId: MMSG-17999]

