Gets the Login Id or User Id for the iMIS staff user

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

Syntax

C#
public string UserId { get; }
Visual Basic
Public ReadOnly Property UserId As String
	Get
Visual C++
public:
property String^ UserId {
	String^ get ();
}

Field Value

A string that is the user id that the iMIS user enters when logging into the iMIS application.

Remarks

This value is set in iMIS - System Setup - User Passwords.

See Also