Microsoft Internet Security and Acceleration Server 2000

FPCFTPCacheConfiguration.FTPTTLValue Property

Gets or sets the fixed Time to Live (TTL) for FTP cached files.

VBScript Syntax[VBScript]

FPCFTPCacheConfiguration.FTPTTLValue [ = lTTL ]

C++ Syntax[C++]

HRESULT get_FTPTTLValue(
  long lTTL
);

HRESULT put_FTPTTLValue(
  long lTTL
);

Parameters

lTTL
Long value that specifies the TTL.

The property is read-write.

Applies To

FPCFTPCacheConfiguration