Microsoft Internet Security and Acceleration Server 2000

FPCFTPCacheConfiguration.FTPTTLUnits Property

Gets or sets the time units in which the Time to Live (TTL) is measured. The time units can be seconds, minutes, hours, days or weeks.

VBScript Syntax[VBScript]

FPCFTPCacheConfiguration.FTPTTLUnits [ = TimeUnits ]

C++ Syntax[C++]

HRESULT get_FTPTTLUnits(
  FpcTimeScale TimeUnits 
);

HRESULT put_FTPTTLUnits(
  FpcTimeScale TimeUnits
);

Parameters

TimeUnits
Time units in which the TTL is measured. Can have a value from the FpcTimeScale enumerated type.

The property is read-write.

Applies To

FPCFTPCacheConfiguration