setProperty function

Syntax
qa_bool QAManagerBase::setProperty(
  qa_const_string name,
  qa_const_string value
)
Parameters
  • name   The pre-defined or custom QAnywhere Manager configuration property name.

  • value   The value of the QAnywhere Manager configuration property.

Remarks

Allows you to set QAnywhere manager configuration properties programmatically.

You can use this method to override default QAnywhere manager configuration properties by specifying a property name and value.

For a list of QAnywhere manager configuration properties, see QAnywhere manager configuration properties.

You can also set QAnywhere manager configuration properties using a properties file and the createQAManager method.

For more information, see Setting QAnywhere manager configuration properties in a file.

Note: you must set required properties before calling the open method.

Returns

True if and only if the operation succeeded.