Microsoft Internet Security and Acceleration Server 2000

FPCLogs.Item Method

Retrieves the given FPCLog object from the collection. This can be the Web proxy log, the Firewall service log, or the packet filters log.

VBScript Syntax[VBScript]

[ vItem = ] FPCLogs.Item( LoggingComponents )

C++ Syntax[C++]

HRESULT Item(
  FpcLoggingComponents LoggingComponents, 
  IFPCLog **pvItem
);

Parameters

LoggingComponents
A value from the FpcLoggingComponents enumerated type.

Return Values

vItem
If successful, returns the FPCLog object specified by the LoggingComponents parameter; otherwise:

Applies To

FPCLogs