Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.Item Method

Retrieves the given FPCListenEntry object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCListenEntries.Item( lIndex )

C++ Syntax[C++]

HRESULT Item(
  long lIndex, 
  IFPCListenEntry **pvItem
);

Parameters

lIndex
Required. One-based index of the object to retrieve.

Return Value

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

Applies To

FPCListenEntries