Gets the name of the department in which this staff user works.
Namespace:
Asi.iBOAssembly: 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 (); } |