Indicates if the service is cached on demand.
[Visual Basic 6.0] Property CacheOnDemand As Boolean
[Visual Basic .NET] Public Property CacheOnDemand As Boolean
[C#] public bool CacheOnDemand {get; set;}
[Java] public boolean isCacheOnDemand() throws IOException, AutomationException
[Java] public void setCacheOnDemand( boolean CacheOnDemand ) throws IOException, AutomationException
[C++]
HRESULT get_CacheOnDemand(
VARIANT_BOOL* pCacheOnDemand
);
[C++] HRESULT put_CacheOnDemand( VARIANT_BOOL pCacheOnDemand);
Parameters
pCacheOnDemand [out, retval]
pCacheOnDemand is a parameter of type VARIANT_BOOL
pCacheOnDemand [in]
pCacheOnDemand is a parameter of type VARIANT_BOOL