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