Share via


ManagementGroup.GetNotificationRecipients Method

Definition

Caution

Please use Notifications.GetNotificationRecipients()

Get all recipients.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ GetNotificationRecipients();
[System.Obsolete("Please use Notifications.GetNotificationRecipients()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.NotificationRecipient> GetNotificationRecipients ();
member this.GetNotificationRecipients : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.NotificationRecipient>
Public Function GetNotificationRecipients () As ReadOnlyCollection(Of NotificationRecipient)

Returns

A collection of notification recipients.

Attributes

Applies to