Gets the iMIS staff user's user name

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

Syntax

C#
public string UserName { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserName As String
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