Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.TTL Property

Gets or sets the Time-To-Live (TTL) setting of the pages to be fetched.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.TTL [ = lTTL ]

C++ Syntax[C++]

HRESULT get_TTL(
  long *plTTL
);
 
HRESULT put_TTL(
  long lTTL
);

Parameters

lTTL
Long value that specifies the TTL.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig