Microsoft Internet Security and Acceleration Server 2000

FPCAlerts.Item Method

Gets the given FPCAlert object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCAlerts.Item( vIndex )

C++ Syntax[C++]

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

Parameters

vIndex
Required. Name or one-based index of the object to retrieve.

Return Values

vItem
If successful, gets a reference to an object of type FPCAlert; otherwise:

Applies To

FPCAlerts