Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogFieldSelection Property

Gets or sets a bit field selection of logged columns. The first bit (0) refers to the first column of a log object, the second bit to the second column, and so on. Tables of fields that can be included in ISA log files are provided in Log Fields.

VBScript Syntax[VBScript]

FPCLog.LogFieldSelection[ = iSelection ]

C++ Syntax[C++]

HRESULT get_LogFieldSelection(
  int *piSelection
);

HRESULT put_LogFieldSelection(
  int iSelection
);

Parameters

iSelection
Bit field that specifies the logged columns.

The property is read-write.

Applies To

FPCLog