CreateQAManager method

Creates a QAManager instance with the specified properties.

Syntax
Visual Basic
Public Function CreateQAManager( _
   ByVal props As Hashtable _
) As QAManager
C#
public QAManager CreateQAManager(
   Hashtable  props
);
Parameters
  • props   Specifies the properties hashtable to use for configuring the QAManager instance.

Return value

A new QAManager instance.

Remarks

If props is null, the QAManager is created using default properties. You can use the SetProperty method 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.

Exceptions
See also