Microsoft Internet Security and Acceleration Server 2000

FPCAdapters.Item Method

Gets the given FPCAdapter object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCAdapters.Item( lIndex )

C++ Syntax[C++]

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

Parameters

lIndex
Required. IP or one-based index of the object to retrieve.

Return Values

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

Applies To

FPCAdapters