For a list of all members of this type, see IMMLoginObject members.
Public Properties
| Name | Description |
 | IsValidLogin | Use this property to return whether a previous call to the Login() method has been successful. In other words, if IsValidLogin is True, then the user is currently connected to a valid database. As long as a successful login has been made in the past, then this value will evaluate to True. |
 | LoginWorkspace | This property should return an IWorkspace reference to the ArcFM login database. |
 | UserName | This property should return the user name used to login to the system database which the user is currently logged into. If the custom login that uses Windows authenticated connections, this property must be set to the true user name. The "true" user name is the Windows login user name without any domain attached. |
Top
See Also