SessionLogIn Method |  |
Application log in by UID (employee GUID)
Namespace:
Velo.Services
Assembly:
Velo.Services (in Velo.Services.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static Employee LogIn(
string pUID
)
Public Shared Function LogIn (
pUID As String
) As Employee
Parameters
- pUID
- Type: SystemString
User identification
Return Value
Type:
Employee
If authenticated then gives an employee data item as result.
If not authenticated then is result null.
See Also