CacheFolder Property
Summary
Gets or sets the folder path where the JpipServer store its cache data.
Syntax
public string CacheFolder { get; set; }
Public Property CacheFolder As String
public:
property String^ CacheFolder {
String^ get();
void set ( String^ );
}
Property Value
A System.String value indicating the path for the cache folder.