ErrorMessage Properties | 
The ErrorMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Corrections | 
            Gets the list of corrections for this message
              (Inherited from CorrectableMessage.) | |
| CorrectionsAreChoices | 
            Gets or sets a value indicating whether the contained corrections are choices (true), instead of steps (false). Choices are corrections which can have a 
            correction func while steps ( CorrectionsAreChoices is set to false). If CorrectionsAreChoices is set to false, the message can still have 
            corrections with their GoLocationFunc set to a value.
              (Inherited from CorrectableMessage.) | |
| CreatedOn | 
            Gets the creation date/time
              (Inherited from Message.) | |
| IsIgnored | 
            Gets or sets a value indicating whether this correctable message is ignored. Default false.
              (Overrides CorrectableMessageIsIgnored.) | |
| MessageText | 
            Gets the message text
              (Inherited from Message.) | |
| Source | 
            Gets the source of the message
              (Inherited from Message.) | |
| TagCount | 
            Gets the tag count.
              (Inherited from Message.) | |
| TypeOfMessage | 
            Gets the type of the message.
              (Inherited from Message.) | |
| TypeOfMessageAsInt | 
            Gets the integer value of TypeOfMessage. For databinding.
              (Inherited from Message.) |