Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.FetchUrlFlagTtlOverride Property

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

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.FetchUrlFlagTtlOverride [ = bFetchUrlFlagTtlOverride ]

C++ Syntax[C++]

HRESULT get_FetchUrlFlagTtlOverride(
  VARIANT_BOOL *pbFetchUrlFlagTtlOverride
);
 
HRESULT put_FetchUrlFlagTtlOverride(
  VARIANT_BOOL bFetchUrlFlagTtlOverride
);

Parameters

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

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig