Microsoft Internet Security and Acceleration Server 2000

FPCRefs.Item Method

Retrieves the given FPCRef object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCRefs.Item( lIndex )

C++ Syntax[C++]

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

Parameters

lIndex
One-based index of the object to retrieve.

Return Values

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

Applies To

FPCRefs