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) » MessageProperties class

 

STATUS field

This property name refers to the current status of the message.

Syntax
Visual Basic
Public Shared STATUS As String
C#
public const string  STATUS;
Remarks

For a list of property values, see StatusCodes enumeration.

The value of this field is ias_Status.

You can pass MessageProperties.STATUS in the QAMessage.GetIntProperty method to access the associated property.

See also