Microsoft Internet Security and Acceleration Server 2000

FPCAlertActions.Unset Method

Sets the action specified to a disabled state.

VBScript Syntax[VBScript]

FPCAlertActions.Unset( ActionType )

C++ Syntax[C++]

HRESULT Unset(
  FpcActionTypes ActionType
);

Parameters

ActionType
Required. Specifies the action type to be unset. It can have a value from the FpcActionTypes enumerated type.

Applies To

FPCAlertActions