Gets or sets the folder path where the
JpipServer store its cache data.
public string CacheFolder {get; set;}
'Declaration
Public Property CacheFolder As String
'Usage
Dim instance As JpipServerConfiguration
Dim value As String
instance.CacheFolder = value
value = instance.CacheFolder
Property Value
A
System.String value indicating the path for the cache folder.