See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the temporary file directory.

Namespace: NTier.Designer
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public static string TempPath { get; }
Visual Basic
Public Shared ReadOnly Property TempPath As String
	Get
Visual C++
public:
static property String^ TempPath {
	String^ get ();
}

Property Value

Type: String

See Also