VirtualUserScript GetGroupSize Method C# API
Gets the number of Virtual Users in the specified Virtual User group.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public int GetGroupSize(
	string groupName
)

Parameters

groupName
Type: System String
A Virtual User group.

Return Value

The size of the Virtual User group.
Examples

The following example demonstrates getting the number of Virtual Users in the group G1.
int groupSize = GetGroupSize("G1");
See Also