Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogType Property

Gets or sets the type of the log. This can be ISA File Format, W3C Extended Log File Format, or ODBC database.

VBScript Syntax[VBScript]

FPCLog.LogType [ = Type ]

C++ Syntax[C++]

HRESULT get_LogType(
  FpcLogType *pType
);

HRESULT put_LogType(
  FpcLogType Type
);

Parameters

Type
A value from the FpcLogType enumerated type.

The property is read-write.

Applies To

FPCLog