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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAManagerBase class

 

getDoubleStoreProperty function

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

  • value   The destination for the double value.

Remarks

Gets a double value for a pre-defined or custom 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 MessageStoreProperties class.

For more information, see Client message store properties.

Returns

True if and only if the operation succeeded.