Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.FetchUrlFlagSync Property

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

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.FetchUrlFlagSync [ = bFetchUrlFlagSync ]

C++ Syntax[C++]

HRESULT get_FetchUrlFlagSync(
  VARIANT_BOOL *pbFetchUrlFlagSync
);
 
HRESULT put_FetchUrlFlagSync(
  VARIANT_BOOL bFetchUrlFlagSync
);

Parameters

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

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig