Microsoft Internet Security and Acceleration Server 2000 |
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.
FPCWebRequestConfiguration.ResolveInArray [ = bResolveInArray ]
HRESULT get_ResolveInArray( VARIANT_BOOL *pbResolveInArray ); HRESULT put_ResolveInArray( VARIANT_BOOL bResolveInArray );
The property is read-write.