Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogFilesCompress Property

Gets or sets a Boolean value that specifies whether text log files are compressed.

Note  This feature is supported only when logging to partitions formatted using NTFS file systems.

VBScript Syntax[VBScript]

FPCLog.LogFilesCompress [ = bCompress ]

C++ Syntax[C++]

HRESULT get_LogFilesCompress(
  VARIANT_BOOL *pbCompress
);

HRESULT put_LogFilesCompress(
  VARIANT_BOOL bCompress
);

Parameters

bCompress
A Boolean value that specifies whether text log files are compressed.

The property is read-write.

Applies To

FPCLog