This document is archived and information here might be outdated. Recommended version. |
Indicates if changes in the properties have made the cache invalid (must be refreshed).
[Visual Basic .NET]
Public Property InvalidateCache As Boolean
[C#]
public bool InvalidateCache {get; set;}
[C++]
HRESULT get_InvalidateCache(
VARIANT_BOOL pbInvalidate
);
[C++]
HRESULT put_InvalidateCache(
Boolean* pbInvalidate
);
[C++] Parameters pbInvalidate [in]
pbInvalidate is a parameter of type bool pbInvalidate [out, retval]
pbInvalidate is a parameter of type bool*