ALM Open Test Architecture API Type Library Version 12.55
SetServerCredentials Method
The user name defined in the project data base.
The user's password.
Description
Sets credentials for authentication on server.
Syntax
Visual Basic
Public Sub SetServerCredentials( _
   ByVal UserName As String, _
   ByVal Password As String _
) 
Parameters
UserName
The user name defined in the project data base.
Password
The user's password.
See Also

TDConnection Object  | TDConnection Members