NotificationUrgencyType 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.
Enumerates the urgency levels for the notification.
public enum class NotificationUrgencyType
public enum NotificationUrgencyType
type NotificationUrgencyType =
Public Enum NotificationUrgencyType
- Inheritance
-
NotificationUrgencyType
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Low | 20 | the urgency of the notification is low |
Neutral | 50 | the urgency of the notification is neutral |
High | 80 | the urgency of the notification is high |