Gets or sets the path for storing cached changes, if ChangesCacheMode = File.

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

Syntax

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

See Also