Click or drag to resize
IService3LProTimelogin Method

[This is preliminary documentation and is subject to change.]

Metod för inloggning

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
Session login(
	string username,
	string password,
	short company,
	ref string errormessage
)

Parameters

username
Type: SystemString
Användarnamn för en WebAnvändare
password
Type: SystemString
Lösenord
company
Type: SystemInt16
Företagsnummer, 0 så hämtas företag från användaren
errormessage
Type: SystemString
Felmeddelande som sätts om inloggning misslyckas

Return Value

Type: Session
Sessionsobjekt som används i andra metoder senare
See Also