Text property

The message text.

Syntax
Visual Basic
Public Property Text As String
C#
public string  Text {get;set;}
Remarks

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.

See also