Microsoft Internet Security and Acceleration Server 2000

FPCSignaledAlerts.Item Method

Retrieves the given FPCSignaledAlert object from the collection.

VBScript Syntax[VBScript]

[ vItem = ] FPCSignaledAlerts.Item( vIndexOrEventGuid, vAdditionalKey )

C++ Syntax[C++]

HRESULT Item(
  VARIANT vIndexOrEventGuid, 
  VARIANT vAdditionalKey, 
  IFPCSignaledAlert **pvItem
);

Parameters

vIndexOrEventGuid
Required. Event globally unique identifier (GUID) or one-based index of the object to retrieve.
vAdditionalKey
Required if vIndex contains an event GUID, optional if vIndex contains one-based index. See FPCAlert.AdditionalKey.

Return Value

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

Applies To

FPCSignaledAlerts