Gets an existing user in iMIS system

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static CStaffUser GetUser(
	string userId
)
Visual Basic
Public Shared Function GetUser ( _
	userId As String _
) As CStaffUser
Visual C++
public:
static CStaffUser^ GetUser(
	String^ userId
)

Parameters

userId
Type: System..::..String
The iMIS staff user's UserID/LoginID

Return Value

The appropriate object representing the requested staff user.

See Also