 
            | Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxLogin2 Interface | 
For a list of all members of this type, see IMMPxLogin2 members.
| Name | Description | |
|---|---|---|
|  | Cancelled | This property indicates whether the user cancelled out of the login form (as boolean). | 
|  | Caption | The caption for the login form. For example, the caption might be 'Login to Session Manager' (as string). | 
|  | Connection | This property accesses the OLEDB connection object required for successful login (as Connection). | 
|  | ConnectionString | This property accesses the provider-specific string for connecting to the Process Framework database. | 
|  | DatabaseName | This property provides the name of database to which the user is trying to connect (as string). | 
|  | Provider | This property provides the name of database provider to which the user is trying to connect (as string). | 
|  | SchemaName | This property accesses the string prefix indicating the owner of the Process Framework tables (as string). | 
|  | Server | This property provides the name of server to which the user is trying to connect (as string). | 
|  | UserName | This property provides the username of the person who is trying to connect (as string). | 
|  | VerifyReadTables | This property allows a list of tables (as Variant) to be passed in upon which read permissions will be verified. | 
|  | VerifyWriteTables | This property allows a list of tables (as Variant) to be passed in upon which write permissions will be verified. |