Microsoft Internet Security and Acceleration Server 2000

FPCAlertAction.Type Property

Gets the type identifier (ID) of the alert action. You can use this property to determine specifically what this action does.

VBScript Syntax[VBScript]

[ ActionType = ] FPCAlertAction.Type

C++ Syntax[C++]

HRESULT get_Type(
  FpcActionTypes *pActionType
);

Parameters

ActionType
Action type identifier (ID). It can have a value from the FpcActionTypes enumerated type.

The property is read-only.

Applies To

FPCAlertAction