ManagementGroup.DeleteNotificationAction(NotificationAction) 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.DeleteNotificationAction()
Deletes the action.
public:
void DeleteNotificationAction(Microsoft::EnterpriseManagement::Administration::NotificationAction ^ notificationAction);
[System.Obsolete("Please use Notifications.DeleteNotificationAction()")]
public void DeleteNotificationAction (Microsoft.EnterpriseManagement.Administration.NotificationAction notificationAction);
member this.DeleteNotificationAction : Microsoft.EnterpriseManagement.Administration.NotificationAction -> unit
Public Sub DeleteNotificationAction (notificationAction As NotificationAction)
Parameters
- notificationAction
- NotificationAction
The action to delete.
- Attributes
Exceptions
notificationAction is null