Microsoft Internet Security and Acceleration Server 2000

FPCRoutingRule.CacheResponseCondition Property

Gets or sets under what conditions a response is cached.

Note  This property is not available in firewall mode. For more information, see ISA Server Modes.

VBScript Syntax[VBScript]

FPCRoutingRule.CacheResponseCondition [ = Condition ]

C++ Syntax[C++]

HRESULT get_CacheResponseCondition(
  FpcRouteCacheContent *pCondition
);
 
HRESULT put_CacheResponseCondition(
  FpcRouteCacheContent Condition
);

Parameters

Condition
Value from the FpcRouteCacheContent enumerated type. The value can be

The property is read-write.

Applies To

FPCRoutingRule