The LogIn class specifies the user-specific details for logging into the Ecrion Omni System repository
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 institution 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 Institution;