The LogIn class specifies the user-specific details for logging into Ecrion Omni System
Members/Properties
Name |
Description |
Represents the name of the user which is trying to connect to the Ecrion Omni System repository. |
|
Specifies the user's password |
|
Specifies the ID of the environment the user belongs to. |
Specifies the name of the user which is trying to connect to the Ecrion Omni System repository.
public String UserName;
String which specifies the user's password.
public String Password;
Specifies the institution the user belongs to.
public String EnvironmentID;