Enum InfoBadgeSeverity
public enum InfoBadgeSeverity
Fields
Attention = 0
Communicates that the InfoBadge is displaying general information that requires the user's attention.
Caution = 3
Communicates that the InfoBadge is displaying general information that requires the user's attention.
Critical = 4
Communicates that the InfoBadge is displaying general information that requires the user's attention.
Informational = 1
Communicates that the InfoBadge is displaying general information that requires the user's attention.
Success = 2
Communicates that the InfoBadge is displaying general information that requires the user's attention.