Microsoft Internet Security and Acceleration Server 2000

FPCProtocolConnections.Item Method

Retrieves the given FPCProtocolConnection object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCProtocolConnections.Item( lIndex )

C++ Syntax[C++]

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

Parameters

lIndex
Required. Number that specifies the one-based index of the object to retrieve.

Return Value

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

Applies To

FPCProtocolConnections