Returns a new QAManager instance with default properties.
Public Overridable Function CreateQAManager() As QAManager
public virtual abstract QAManager CreateQAManager()
A new QAManager instance.
QAException class Thrown if there is a problem creating the manager.
You can use the QAManagerBase.SetProperty to set QAnywhere manager configuration properties programmatically after you create the instance.
For a list of QAnywhere manager configuration properties, see QAnywhere manager configuration properties.