Log in to the database with the given user and password. Returns true if the login succeeded.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Login(
string Username,
string Password
)
Function Login (
Username As String,
Password As String
) As Boolean
Dim instance As IDatabase
Dim Username As String
Dim Password As String
Dim returnValue As Boolean
returnValue = instance.Login(Username,
Password)
bool Login(
[InAttribute] String^ Username,
[InAttribute] String^ Password
)
Parameters
- Username
- Type: SystemString
- Password
- Type: SystemString
Return Value
Type:
Boolean
See Also