ManagementGroup.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.
Caution
Please use Notifications.GetNotificationActions()
Get all actions.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::NotificationAction ^> ^ GetNotificationActions();
[System.Obsolete("Please use Notifications.GetNotificationActions()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.NotificationAction> GetNotificationActions ();
member this.GetNotificationActions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.NotificationAction>
Public Function GetNotificationActions () As ReadOnlyCollection(Of NotificationAction)
Returns
A collection of notification actions.
- Attributes