NotificationLevel 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.
Level indicating how critical this recommendation can impact. Serialized Name: NotificationLevel
public enum NotificationLevel
type NotificationLevel =
Public Enum NotificationLevel
- Inheritance
-
NotificationLevel
Fields
| Name | Value | Description |
|---|---|---|
| Critical | 0 | Critical Serialized Name: NotificationLevel.Critical |
| Warning | 1 | Warning Serialized Name: NotificationLevel.Warning |
| Information | 2 | Information Serialized Name: NotificationLevel.Information |
| NonUrgentSuggestion | 3 | NonUrgentSuggestion Serialized Name: NotificationLevel.NonUrgentSuggestion |