This document is archived and information here might be outdated. Recommended version. |
Indicates whether to update the cache monthly.
[Visual Basic .NET] Public Property UpdateCacheMonthlyPrompt As Boolean
[C#] public bool UpdateCacheMonthlyPrompt {get; set;}
[C++]
HRESULT get_UpdateCacheMonthlyPrompt(
VARIANT_BOOL pPrompt
);
[C++]
HRESULT put_UpdateCacheMonthlyPrompt(
Boolean* pPrompt
);
[C++]
Parameters pPrompt [in]
pPrompt is a parameter of type bool pPrompt [out, retval]
pPrompt is a parameter of type bool*