lr.vuser_group

Returns the name of the Vuser group.

C#

int lr.vuser_group ( string group_name );

VB.NET

Function lr.vuser_group ( ByRef group_name As String ) as Integer
Example: lr.vuser_groupInformational Functions

Arguments

NameComments
group_nameOutput argument for the group name.

The lr.vuser_group function sets the group_name output argument to the name of the Vuser group to which the Vuser belongs.

Return Values

This function always returns zero.

Parameterization

Parameterization is not applicable to this function.

Back to top