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