Returns the number of times the user has Logged into the system.

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public int GetUserLoginCount(
	string userName
)
Visual Basic
Public Function GetUserLoginCount ( 
	userName As String
) As Integer
Visual C++
public:
int GetUserLoginCount(
	String^ userName
)

Parameters

userName
Type: System..::..String
the name of the user to query

Return Value

Type: Int32
the number of times the user has logged into the system

See Also