Microsoft Internet Security and Acceleration Server 2000

FPCWebRequestConfiguration.ResolveInArray Property

Gets or sets a Boolean value that defines how the object will get the requested URL. If the ResolveInArray property is set to FALSE, the object will try to get the URL from the current array. If the property is set to TRUE, the object will try to get the URL from another array by using the Cache Array Routing Protocol (CARP) algorithm.

Note  This property is available only for an array in ISA Server Enterprise Edition. It is not available for a stand-alone server, or for ISA Server Standard Edition.

VBScript Syntax[VBScript]

FPCWebRequestConfiguration.ResolveInArray [ = bResolveInArray ]

C++ Syntax[C++]

HRESULT get_ResolveInArray( 
  VARIANT_BOOL *pbResolveInArray
);
 
HRESULT put_ResolveInArray( 
  VARIANT_BOOL bResolveInArray
);

Parameters

bResolveInArray
Boolean value that defines whether to try to get the URL from another member of the array.

The property is read-write.

Applies To

FPCWebRequestConfiguration