Gets or sets the path for storing cache data files, if CacheStorage = File.

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

Syntax

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

See Also