This document is archived and information here might be outdated. Recommended version. |
Set the cache location.
[Visual Basic .NET]
Public Property CacheLocation As String
[C#]
public string CacheLocation {get; set;}
[C++]
HRESULT get_CacheLocation(
BSTR pCachePath
);
[C++]
HRESULT put_CacheLocation(
System.String* pCachePath
);
[C++] Parameters pCachePath [in]
pCachePath is a parameter of type BSTR pCachePath [out, retval]
pCachePath is a parameter of type BSTR*