Gets the CStaffUser account information for the contact if the contact is also a staff user.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CStaffUser StaffUser { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StaffUser As CStaffUser Get |
| Visual C++ |
|---|
public: property CStaffUser^ StaffUser { CStaffUser^ get (); } |
Field Value
A CStaffUser object for the contact if the contact is also a staff user, or null if the contact is not a staff user.
Remarks
If the contact is also a staff user, the staff user account will also be logged in
when this contact is logged in and that login will set this value.