IFPCAlert::Category property
Applies to: desktop apps only
The Category property gets or sets a value from the FpcAlertCategory enumerated type that specifies the category of the alert. The possible categories are:
- A security alert
- A cache alert
- A routing alert
- A Microsoft Firewall service alert
- A Network Load Balancing alert
- An other or user-defined alert
This property is read/write.
Syntax
HRESULT put_Category(
FpcAlertCategory Category
);
HRESULT get_Category(
FpcAlertCategory *pCategory
);
' Data type: FpcAlertCategory
Property Category( _
ByVal Category As FpcAlertCategory, _
ByVal pCategory As FpcAlertCategory _
) As FpcAlertCategory
Property value
Value from the FpcAlertCategory enumerated type that specifies the category of the alert.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is fpcSecurityAlerts, which indicates that the alert is a security alert.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010