Microsoft Internet Security and Acceleration Server 2000

FPCFirewallSessionConnections.Item Method

Retrieves the given FPCFirewallSessionConnection object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCFirewallSessionConnections.Item ( lIndex )

C++ Syntax[C++]

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

Parameters

lIndex
Required. Index of the object to retrieve.

Return Value

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

Applies To

FPCFirewallSessionConnections