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.2.0

Syntax

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

Field Value

Free form text entered by the admin.

See Also