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