Microsoft Internet Security and Acceleration Server 2000

FPCApplicationFilters.Item Method

Gets the given FPCApplicationFilter object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCApplicationFilters.Item( vIndex )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIndex,
  IFPCApplicationFilters **pvItem
);

Parameters

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

Return Value

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

Applies To

FPCApplicationFilters