Microsoft Internet Security and Acceleration Server 2000

FPCAlertInfo.AdditionalKey Property

Gets the additional key of the alert. The additional key will be one of the following: (-1), which represents no additional keys; (0), which represents any additional keys; or the actual value of an individual additional key.

VBScript Syntax[VBScript]

[ lAdditionalKey = ] FPCAlertInfo.AdditionalKey

C++ Syntax[C++]

HRESULT get_AdditionalKey(
  long *plAdditionalKey
);

Return Values

lAdditionalKey
Long value that specifies the additional key of the alert.

This property is read only.

Applies To

FPCAlertInfo