This document is archived and information here might be outdated. Recommended version. |
The virtual directory for cache files.
[Visual Basic .NET]
Public Property VirtualCacheDirectory As String
[C#]
public string VirtualCacheDirectory {get; set;}
[C++]
HRESULT get_VirtualCacheDirectory(
BSTR pVirtualCacheDir
);
[C++]
HRESULT put_VirtualCacheDirectory(
System.String* pVirtualCacheDir
);
[C++] Parameters pVirtualCacheDir [in]
pVirtualCacheDir is a parameter of type BSTR pVirtualCacheDir [out, retval]
pVirtualCacheDir is a parameter of type BSTR*