|  | This document is archived and information here might be outdated. Recommended version. | 
Indicates if the path to the layer cache is valid.
[Visual Basic .NET]
Public Property IsCacheNameValid As Boolean
[C#]
public bool IsCacheNameValid {get; set;}
[C++]
HRESULT get_IsCacheNameValid(
  Boolean* validCacheName
);
[C++]
HRESULT put_IsCacheNameValid(
  VARIANT_BOOL validCacheName
);
[C++] Parameters validCacheName [out, retval]
validCacheName is a parameter of type bool* validCacheName [in]
validCacheName is a parameter of type bool