Gets a test-wide unique identifier for this Virtual User.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Field Value
The unique identifier of this Virtual User.Remarks
Examples
// pause for 1 second, every 10th VU if ((this.UniqueID % 10) == 0) { Pause(1000); }
See Also