NotifyType Enum
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.
Notification type
public enum NotifyType
type NotifyType =
Public Enum NotifyType
- Inheritance
-
NotifyType
Fields
Name | Value | Description |
---|---|---|
All | 1 | Return all operators or alerts. |
Actual | 2 | Return only those operators or alerts configured for notification. |
Target | 3 | Return a result set that enumerates notification for the operator or alert specified in the alertOrOperator argument. |