Gets a message property.
Visual Basic Public Function GetProperty( _ ByVal propName As String _ ) As Object
C# public object GetProperty( string propName );
propName The property name.
The property value.
The property must be one of the acceptable primitive types, string, or DateTime.
QAException class - Thrown if the property does not exist.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |