Directory for storing temporary files created by Scope editor or API methods

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

Syntax

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

See Also