VirtualUser GroupSizes Property C# API
Gets the number of Virtual Users in each Virtual User group.

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

public SimpleDataDictionary GroupSizes { get; }

Field Value

A data dictionary in which the keys are group names and the values are the group sizes.
Examples

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