Click or drag to resize

NormalMessage Properties

The NormalMessage type exposes the following members.

Properties
  NameDescription
Public propertyContainsErrorInformation
Gets or sets a value indicating whether the message contains error information. A display method can use this flag to display the text in a different fashion.
Public propertyCreatedOn
Gets the creation date/time
(Inherited from Message.)
Public propertyIsVerboseInformation
Gets or sets a value indicating whether this message contains verbose information. A display method can use this flag to ignore the message if verbose information logging is switched off.
Public propertyMessageText
Gets the message text
(Inherited from Message.)
Public propertySource
Gets the source of the message
(Inherited from Message.)
Public propertyTagCount
Gets the tag count.
(Inherited from Message.)
Public propertyTypeOfMessage
Gets the type of the message.
(Inherited from Message.)
Public propertyTypeOfMessageAsInt
Gets the integer value of TypeOfMessage. For databinding.
(Inherited from Message.)
Top
See Also