Get or sets the path to cache temporary files.

Namespace:  C1.Data
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string StoragePath { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property StoragePath As String
	Get
	Set

See Also