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

 

ORIGINATOR field

This property name refers to the message store ID of the originator of the message.

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

The value of this field is ias_Originator.

You can pass MessageProperties.ORIGINATOR in the QAMessage.GetStringProperty method to access the associated property.

See also