Click or drag to resize

MessageType Enumeration

Specifies the type of the message.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
[FlagsAttribute]
public enum MessageType
Members
  Member nameValueDescription
ValidationWarning1
ValidationError2
Warning4
Error8
AllWarnings5
AllErrors10
All15
See Also