The message text.
Public Property Text As String
public string Text {get;set;}
If the message exceeds the maximum size specified by the QAManager.MAX_IN_MEMORY_MESSAGE_SIZE, this property is null. In this case, use the QATextMessage.ReadText method to read the text.
For more information about QAManager properties, see QAnywhere manager configuration properties.