IMonitoringNotificationManagement.GetNotificationSubscriptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve notification subscriptions.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationSubscription ^> ^ GetNotificationSubscriptions();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationSubscription> GetNotificationSubscriptions ();
abstract member GetNotificationSubscriptions : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationSubscription>
Public Function GetNotificationSubscriptions () As IList(Of NotificationSubscription)
Returns
A collection of notification subscriptions.