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