IMonitoringNotificationManagement.GetNotificationActions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all actions.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationAction ^> ^ GetNotificationActions();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationAction> GetNotificationActions ();
abstract member GetNotificationActions : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationAction>
Public Function GetNotificationActions () As IList(Of NotificationAction)
Returns
A collection of notification actions.