Gets the string containing this message's data.
public virtual qa_string getText()
A string containing the message's data.
The default value is null.
If the message exceeds the maximum size specified by the QAManager::MAX_IN_MEMORY_MESSAGE_SIZE property, this function returns null. In this case, use the QATextMessage::readText method to read the text.
For more information about QAManager properties, see QAnywhere manager configuration properties.