Gets the iMIS staff user's user name

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

Syntax

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

Field Value

A string that is typically the iMIS user's first and last name.

Remarks

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

See Also