Share via


Alert.EnumNotifications Method

Include Protected Members
Include Inherited Members

Enumerates a list of all notifications defined on the alert.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method EnumNotifications() Enumerates a list of all notifications defined on the alert.
Public method EnumNotifications(String) Enumerates a list of notification methods defined on the alert that are restricted to the specified operator.
Public method EnumNotifications(NotifyMethods) Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods.
Public method EnumNotifications(NotifyMethods, String) Enumerates a list of notification methods defined on the alert that are restricted to the specified notification methods and a specified operator.

Top