VirtualUserScript GetDataDictionary Method C# API
Gets the Data Dictionary named with the specified key and assigned to the Virtual User in eggPlant Performance Studio.

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

public IDataDictionary GetDataDictionary(
	string key
)

Parameters

key
Type: System String
The name of the Data Dictionary as it appears in eggPlant Performance Studio.

Return Value

The specified Data Dictionary.
See Also