Microsoft Internet Security and Acceleration Server 2000

FPCCacheConfiguration.ReturnExpiredTTLPercent Property

Gets or sets the time factor to which the policy set by the ReturnExpiredEnable property applies.

VBScript Syntax[VBScript]

FPCCacheConfiguration.ReturnExpiredTTLPercent [ = lFactor ]

C++ Syntax[C++]

HRESULT get_ReturnExpiredTTLPercent(
  long *plFactor
);
 
HRESULT put_ReturnExpiredTTLPercent(
  long lFactor
);

Parameters

lFactor
Long value that specifies the time factor. The time factor is expressed as a percentage of the object's original Time to Live (TTL).

The property is read-write.

Applies To

FPCCacheConfiguration