Checks if a value exists for a given property.
Visual Basic Public Sub PropertyExists( _ ByVal propName As String _ ) As Boolean
C# public bool PropertyExists( string propName );
propName The pre-defined or custom property name.
True, if the message store has a value mapped to the property; otherwise, false.
QAException class - Thrown if there is a problem retrieving the property value.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |