Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.FetchUrlFlagNoArrayRoute Property

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

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.FetchUrlFlagNoArrayRoute [ = bFetchUrlFlagNoArrayRoute ]

C++ Syntax[C++]

HRESULT get_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL *pbFetchUrlFlagNoArrayRoute
);
 
HRESULT put_FetchUrlFlagNoArrayRoute(
  VARIANT_BOOL bFetchUrlFlagNoArrayRoute
);

Parameters

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

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig