Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QATextMessage interface

 

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