PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public struct ParserMessage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Structure ParserMessage

The type exposes the following properties.

Public Properties

  Name Description
Public property Args
Extra arguments used in the message text.
Public property Message
The message text.
Public property MessageType
The message type.
Public property Pos
The parser position within the document.

See Also

Advanced