ArcFM Solution Developer Guide
IsValidLogin Property (IMMLoginObject)


Version: 10.2.1a

Resource Center Home

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.
Syntax
'Declaration
 
<DispIdAttribute(1610678273)>
ReadOnly Property IsValidLogin As Boolean
'Usage
 
Dim instance As IMMLoginObject
Dim value As Boolean
 
value = instance.IsValidLogin
[DispId(1610678273)]
bool IsValidLogin {get;}

Property Value

Returns a boolean value indicating whether the user is connected to a valid database.

Example
The following code sample demonstrates how the IMMLoginObject::IsValidLogin property may be implemented.
Visual Basic Copy Code
Private Property Get IMMLoginObject_IsValidLogin() As Boolean
   IMMLoginObject_IsValidLogin = m_pDefaultLogin.IsValidLogin
End Property
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMLoginObject Interface
IMMLoginObject Members

 

 


Send Comment