ALM Open Test Architecture API Type Library Version 12.55
Connect Method
The logical group of projects in the data base.
The name of the project in the data base.
Description
Connects the logged-in user to the specified project in the domain.
Syntax
Visual Basic
Public Sub Connect( _
   ByVal DomainName As String, _
   ByVal ProjectName As String _
) 
Parameters
DomainName
The logical group of projects in the data base.
ProjectName
The name of the project in the data base.
Remarks

Call Connect only if there is a logged-in user (LoggedIn is True). After a successful Connect, ProjectConnected Property is True.

For a table of properties affected by the state of the connection, see the Remarks for the TDConnection object.

See Also

ITDConnection2 Interface  | ITDConnection2 Members