Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.FetchUrlFlagTtlIfNone Property

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

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.FetchUrlFlagTtlIfNone [ = bFetchUrlFlagTtlIfNone ]

C++ Syntax[C++]

HRESULT get_FetchUrlFlagTtlIfNone(
  VARIANT_BOOL *pbFetchUrlFlagTtlIfNone
);
 
HRESULT put_FetchUrlFlagTtlIfNone(
  VARIANT_BOOL bFetchUrlFlagTtlIfNone
);

Parameters

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

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig