IFPCAlert::Actions property
Applies to: desktop apps only
The Actions property gets an FPCAlertActions collection that contains FPCAlertAction objects defining the actions to be taken in response to the event for which the alert is issued.
This property is read-only.
Syntax
HRESULT get_Actions(
IFPCAlertActions **ppAlertActions
);
' Data type: FPCAlertActions
Property Actions( _
ByVal ppAlertActions As IFPCAlertActions _
) As FPCAlertActions
Property value
Reference to the FPCAlertActions collection.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Actions can be added or removed from the collection by calling the methods of the FPCAlertActions collection retrieved (the IFPCAlertActions interface retrieved in C++).
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