This document is archived and information here might be outdated. Recommended version. |
Indicates if the cache config parameters have been loaded from an existing cache.
[Visual Basic .NET]
Public Property IsConfigLoaded As Boolean
[C#]
public bool IsConfigLoaded {get; set;}
[C++]
HRESULT get_IsConfigLoaded(
VARIANT_BOOL pbConfigIsLoaded
);
[C++]
HRESULT put_IsConfigLoaded(
Boolean* pbConfigIsLoaded
);
[C++] Parameters pbConfigIsLoaded [in]
pbConfigIsLoaded is a parameter of type bool pbConfigIsLoaded [out, retval]
pbConfigIsLoaded is a parameter of type bool*