Root directory for script cache folders and temporary folders for script execution

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

Syntax

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

See Also