Gets the list of users

Namespace: White_Tiger.UserManagment
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public DataRowCollection GetUserList(
	string username,
	string pass
)
Visual Basic
Public Function GetUserList ( 
	username As String,
	pass As String
) As DataRowCollection
Visual C++
public:
DataRowCollection^ GetUserList(
	String^ username, 
	String^ pass
)

Parameters

username
Type: System..::..String
name of user
pass
Type: System..::..String
password

Return Value

Type: DataRowCollection
the list of users

See Also