Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Deletes a notification recipient from the management group.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.DeleteNotificationRecipient()")]
public void DeleteNotificationRecipient(
    NotificationRecipient notificationRecipient
)
public:
[ObsoleteAttribute("Please use Notifications.DeleteNotificationRecipient()")]
void DeleteNotificationRecipient(
    NotificationRecipient^ notificationRecipient
)
[<ObsoleteAttribute("Please use Notifications.DeleteNotificationRecipient()")>]
member DeleteNotificationRecipient : 
        notificationRecipient:NotificationRecipient -> unit
<ObsoleteAttribute("Please use Notifications.DeleteNotificationRecipient()")>
Public Sub DeleteNotificationRecipient (
    notificationRecipient As NotificationRecipient
)
Parameters
- notificationRecipient 
 Type: Microsoft.EnterpriseManagement.Administration.NotificationRecipient- The notification recipient to delete. 
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top