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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » MessageProperties class

 

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