Microsoft Internet Security and Acceleration Server 2000

FPCPolicyElements.EventDefinitions Property

Gets a reference to a FPCEventDefinitions collection. An FPCEventDefinition object is used to define a single event. Events describe conditions that require the attention of an administrator, and predetermined actions can be taken in response to particular events by using the FPCAlert object.

Events can be added and removed with the Add and Remove methods of the collection.

VBScript Syntax[VBScript]

[ collFPCEventDefinitions = ] FPCPolicyElements.EventDefinitions

C++ Syntax[C++]

HRESULT get_EventDefinitions(
  IFPCEventDefinitions **pcollFPCEventDefinitions
);

Parameters

collFPCEventDefinitions
Reference to an FPCEventDefinitions collection.

This property is read-only.

Applies To

FPCPolicyElements