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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAManagerBase

getShortStoreProperty method Next Page

getStoreProperty method


Synopsis

Object ianywhere.qanywhere.client.QAManagerBase.getStoreProperty(
String name
)
throws QAException

Parameters
Throws
Remarks

Gets an Object representing a message store property.

You can use this method to access pre-defined or user-defined client store properties.

For a list of pre-defined properties, see Interface MessageStoreProperties.

See Also

Interface MessageStoreProperties

Returns

The property value.