Click or drag to resize
MessageType Enumeration
Enum to specify the type of a message.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum MessageType
Members
  Member nameValueDescription
NormalMessage0
WarningMessage1
ErrorMessage2
InformationMessage3
See Also