Gets or sets the name of the cache directory.
public string CacheDirectoryName {get; set;}
'Declaration
Public Property CacheDirectoryName As String
'Usage
Dim instance As JpipRasterImageViewer
Dim value As String
instance.CacheDirectoryName = value
value = instance.CacheDirectoryName
public:
property String^ CacheDirectoryName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the cache directory. Can be null.
For an example that demonstrates this value being set to save cache data, refer to
JpipRasterImageViewer.