Microsoft Internet Security and Acceleration Server 2004 SDK

Type Property of IFPCAlertAction[C++]

FPCAlertAction.Type [Visual Basic]

[C++]

The Type property gets a value from the FpcAlertActionTypes enumerated type that specifies the type of action to be performed when an alert is issued.

HRESULT get_Type(
  FpcAlertActionTypes* pActionType
);

Parameters

pActionType
Pointer to a variable that on return receives a value from the FpcAlertActionTypes enumerated type specifying the type of action to be performed when an alert is issued.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The Type property gets a value from the FpcAlertActionTypes enumerated type that specifies the type of action to be performed when an alert is issued.

Property Type As FpcAlertActionTypes

Property Value

Value from the FpcAlertActionTypes enumerated type that specifies the type of action to be performed when an alert is issued.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAlertAction