DatabaseCheckLoggingOn Method | |
Check logging on by UserName and Password.
Namespace:
SIC.Setting
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public bool CheckLoggingOn(
string pUserName,
string pPassword
)
Public Function CheckLoggingOn (
pUserName As String,
pPassword As String
) As Boolean
Parameters
- pUserName
- Type: SystemString
[Missing <param name="pUserName"/> documentation for "M:SIC.Setting.Database.CheckLoggingOn(System.String,System.String)"]
- pPassword
- Type: SystemString
[Missing <param name="pPassword"/> documentation for "M:SIC.Setting.Database.CheckLoggingOn(System.String,System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SIC.Setting.Database.CheckLoggingOn(System.String,System.String)"]
Remarks
Use for logging on SOWIApp.Management use the SOWIData.Management database.
See Also