VirtualUser GetMap Method C# API
Gets a Dictionary containing all the keys/values in this Virtual User.

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

public Dictionary<string, Object> GetMap()

Return Value

A Dictionary containing all the keys/values in this Virtual User.
See Also