Share via


ManagementGroup.GetNotificationEndpoints Method

Definition

Caution

Please use Notifications.GetNotificationEndpoints()

Get all endpoints.

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

Returns

A collection of notification endpoints.

Attributes

Applies to