This document is archived and information here might be outdated. Recommended version. |
Cache Properties.
[Visual Basic .NET] Public Property CacheProperties As IPropertySet
[C#] public IPropertySet CacheProperties {get; set;}
[C++]
HRESULT get_CacheProperties(
IPropertySet** ppCacheProperties
);
[C++]
HRESULT putref_CacheProperties(
IPropertySet* ppCacheProperties
);
[C++] Parameters ppCacheProperties [out, retval]
ppCacheProperties is a parameter of type IPropertySet** ppCacheProperties [in]
ppCacheProperties is a parameter of type IPropertySet*