IMonitoringNotificationManagement.GetNotificationRecipients Method

Definition

Get all recipients.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^> ^ GetNotificationRecipients();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient> GetNotificationRecipients ();
abstract member GetNotificationRecipients : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationRecipient>
Public Function GetNotificationRecipients () As IList(Of NotificationRecipient)

Returns

IList<NotificationRecipient>

A collection of notification recipients.

Applies to