Microsoft Internet Security and Acceleration Server 2000

FPCEventDefinition.AdditionalKeys Property

Gets the additional keys to this event.

Additional keys serve as a way to subdivide event objects into related subevents; for example, subdividing a service-started event into ISA services subevents. This allows for different alerts that are specific to subevents or one alert that is specific to all subevents.

Note  The additional key with an index = 0 means all subevents.

VBScript Syntax[VBScript]

[ vKeys = ] FPCEventDefinition.AdditionalKeys 

C++ Syntax[C++]

HRESULT get_AdditionalKeys(
  VARIANT *pvKeys
);

Parameters

vKeys
Variant array that specifies the additional keys.

The property is read-only.

Applies To

FPCEventDefinition