MSG_TYPE field

This property name refers to MessageType values associated with a QAnywhere message.

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

The value of this field is ias_MessageType.

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

See also