ManagementGroup.GetNotificationRecipients Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the notification recipient objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.GetNotificationRecipients()")]
public ReadOnlyCollection<NotificationRecipient> GetNotificationRecipients()
public:
[ObsoleteAttribute("Please use Notifications.GetNotificationRecipients()")]
ReadOnlyCollection<NotificationRecipient^>^ GetNotificationRecipients()
[<ObsoleteAttribute("Please use Notifications.GetNotificationRecipients()")>]
member GetNotificationRecipients : unit -> ReadOnlyCollection<NotificationRecipient>
<ObsoleteAttribute("Please use Notifications.GetNotificationRecipients()")>
Public Function GetNotificationRecipients As ReadOnlyCollection(Of NotificationRecipient)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<NotificationRecipient>
Returns aReadOnlyCollection<T> object ofNotificationRecipient objects.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top