Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.FetchUrlFlagForce Property

Gets or sets the FETCH_FORCE_CACHE flag, which is passed to the FetchUrl method.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.FetchUrlFlagForce [ = bFetchUrlFlagForce ]

C++ Syntax[C++]

HRESULT get_FetchUrlFlagForce(
  VARIANT_BOOL *pbFetchUrlFlagForce
);
 
HRESULT put_FetchUrlFlagForce(
  VARIANT_BOOL bFetchUrlFlagForce
);

Parameters

bFetchUrlFlagForce
Boolean value that specifies the flag. TRUE indicates that the flag is set.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig