Gets the name of the department in which this staff user works.

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

Syntax

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

Field Value

Free form text entered by the admin.

See Also