Dimensions RM
10.1.4
|
Holds information about project connection parameters. More...
#include <rtmservice.h>
Public Attributes | |
xsd__string | sUserId |
User identifier (login ID for Dimensions RM). | |
xsd__string | sPassword |
Password. | |
xsd__string | sProjectName |
RM project name. | |
xsd__string | sDatabase |
RM Database name. |
Holds information about project connection parameters.
The ns__ConnectionInfo struct holds project connection information that consists of user id, password, project name, and database.
Definition at line 162 of file rtmservice.h.
RM Database name.
Definition at line 170 of file rtmservice.h.
Password.
Definition at line 166 of file rtmservice.h.
RM project name.
Definition at line 168 of file rtmservice.h.
User identifier (login ID for Dimensions RM).
Definition at line 164 of file rtmservice.h.