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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAMessage interface

 

GetProperty method

Gets a message property.

Syntax
Visual Basic
Public Function GetProperty( _
   ByVal propName As String _
) As Object
C#
public object GetProperty(
   string  propName
);
Parameters
  • propName   The property name.

Return value

The property value.

Remarks

The property must be one of the acceptable primitive types, string, or DateTime.

Exceptions