VirtualUserScript
RunPath Property
C# API
Gets the path to the test run results.
Namespace:
Facilita.Fc.Runtime
Assembly:
fc_clr
(in fc_clr.dll) Version: 9.5.7.98
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
string
RunPath
{
get
; }
public string RunPath { get; }
Field Value
The path to the test run results.
Remarks
The run path is the disk location on an injector machine to which Virtual User event files and logs are written.
See Also
VirtualUserScript Class
VirtualUserScript Members
Facilita.Fc.Runtime Namespace