This document is archived and information here might be outdated. Recommended version. |
Maximum cache size [MB] as a hint to cache maintenance utilities. If zero, no suggested limit.
[Visual Basic .NET] Public Property MaxCacheSizeLimitMB As Integer
[C#] public int MaxCacheSizeLimitMB {get; set;}
[C++]
HRESULT get_MaxCacheSizeLimitMB(
Long pLimit
);
[C++]
HRESULT put_MaxCacheSizeLimitMB(
System.Int32* pLimit
);
[C++]
Parameters pLimit [in]
pLimit is a parameter of type int pLimit [out, retval]
pLimit is a parameter of type int*