Microsoft Internet Security and Acceleration Server 2004 SDK

Severity Property of IFPCAlert[C++]

FPCAlert.Severity [Visual Basic]

[C++]

The Severity property gets or sets a value from the FpcAlertSeverity enumerated type that specifies the severity of the alert. The severity determines the type of event that can be recorded in the system log if the alert's actions include event logging. The possible severity levels are:

HRESULT get_Severity(
  FpcAlertSeverity* pSeverity
);

HRESULT put_Severity(
  FpcAlertSeverity Severity
);

Parameters

pSeverity
Pointer to a variable that receives a value from the FpcAlertSeverity enumerated type specifying the severity of the alert.
Severity
Value from the FpcAlertSeverity enumerated type that specifies the severity of the alert.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The Severity property gets or sets a value from the FpcAlertSeverity enumerated type that specifies the severity of the alert. The severity determines the type of event that can be recorded in the system log if the alert's actions include event logging. The possible severity levels are:

Property Severity As FpcAlertSeverity

Property Value

Value from the FpcAlertSeverity enumerated type that specifies the severity of the alert.

Remarks

This property is read/write.

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

FPCAlert