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 C++ API reference » QAManagerBase class

 

setShortStoreProperty function

Syntax
qa_bool QAManagerBase::setShortStoreProperty(
  qa_const_string name,
  qa_short value
)
Parameters
  • name   The pre-defined or custom property name.

  • value   The qa_short value of the property.

Remarks

Sets a pre-defined or custom message store property to a short value.

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

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

For more information, see Client message store properties.

Returns

True if and only if the operation succeeded.