Microsoft Internet Security and Acceleration Server 2000

FPCAlert.Actions Property

Gets a reference to the FPCAlertActions collection, which is a collection of FPCAlertAction objects. Each FPCAlertAction object defines an FPC action.

VBScript Syntax[VBScript]

[ collFPCAlertActions = ] FPCAlert.Actions

C++ Syntax[C++]

HRESULT get_Actions(
  IFPCAlertActions **pcollFPCAlertActions
);

Parameters

collFPCAlertActions
Reference to the FPCAlertActions collection.

The property is read-only.

Applies To

FPCAlert