The Scope script's file name. This variable must be set in the constructor of this class.

Namespace: ScopeClient
Assembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public string ScopeScriptFileName { get; set; }
Visual Basic
Public Property ScopeScriptFileName As String
	Get
	Set
Visual C++
public:
property String^ ScopeScriptFileName {
	String^ get ();
	void set (String^ value);
}

See Also