Gets the name of this Virtual User Script.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
public virtual string ScriptName { get; protected internal set; }
public virtual string ScriptName { get; protected internal set; }
Field Value
The name of this Virtual User Script.
The following example demonstrates writing the name of the script into the Virtual User event log.
WriteMessage(String.Format("Script is: {0}", this.ScriptName));
WriteMessage(String.Format("Script is: {0}", this.ScriptName));