VirtualUserScript ScriptName Property C# API
Gets the name of this Virtual User Script.

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

public virtual string ScriptName { get; protected internal set; }

Field Value

The name of this Virtual User Script.
Examples

The following example demonstrates writing the name of the script into the Virtual User event log.
WriteMessage(String.Format("Script is: {0}", this.ScriptName));
See Also