Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogFileKeepOld Property

Gets or sets an integer value that specifies the number of old log files to keep.

Note  Setting the value to 0 disables this property.

VBScript Syntax[VBScript]

FPCLog.LogFileKeepOld [ = iKeepOld ]

C++ Syntax[C++]

HRESULT get_LogFileKeepOld(
  int *piKeepOld
);

HRESULT put_LogFileKeepOld(
  int iKeepOld
);

Parameters

iKeepOld
Number of old files that are retained.

The property is read-write.

Applies To

FPCLog