Microsoft Internet Security and Acceleration Server 2000

FPCWebSessions.Item Method

Retrieves the given FPCWebSession object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCWebSessions.Item( vUserOrIndex, vClientComputer )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vUserOrIndex, 
  VARIANT vClientComputer, 
  IFPCWebSession **pvItem
);

Parameters

vUserOrIndex
Required. User name or one-based index of the object to retrieve.
vClientComputer
Optional. Client computer.

Return Value

vItem
If successful, returns a reference to an object of type FPCWebSession, otherwise:

Applies To

FPCWebSessions