Indicates the type of notification being sent using a Notifier.
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum NotificationTypes
<FlagsAttribute> _ Public Enumeration NotificationTypes
[FlagsAttribute] public enum class NotificationTypes
| Member | Description |
|---|---|
| Unknown |
Notification is of unknown type.
|
| Information |
Notification is informational in nature.
|
| Warning |
Notification is being sent to report a warning.
|
| Alarm |
Notification is being sent to report an alarm.
|
| Heartbeat |
Notification is being sent to report activity.
|