Click or drag to resize

IDatabaseLogin Method

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
Syntax
bool Login(
	string Username,
	string Password
)

Parameters

Username
Type: SystemString
Password
Type: SystemString

Return Value

Type: Boolean
See Also