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