Microsoft Internet Security and Acceleration Server 2000

FPCHTTPCacheConfiguration.MinIntervalUnits Property

Gets or sets the time units in which the MinInterval property is expressed, when the ExpirationPolicy property is set to fpcCachePolicyCustom. Can be seconds, minutes, hours, days or weeks.

VBScript Syntax[VBScript]

FPCHTTPCacheConfiguration.MinIntervalUnits [ = Units ]

C++ Syntax[C++]

HRESULT get_MinIntervalUnits(
  FpcTimeScale *pUnits
);

HRESULT put_MinIntervalUnits(
  FpcTimeScale Units
);

Parameters

Units
Value from the FpcTimeScale enumerated type.

The property is read-write.

Applies To

FPCHTTPCacheConfiguration