Gets an indicator of whether or not this contact user is also a staff user
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool IsStaff { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsStaff As Boolean Get |
| Visual C++ |
|---|
public: property bool IsStaff { bool get (); } |
Field Value
true if the CContactUser is also a staff user; false if not.
Remarks
If the contact is also a staff user, the staff user account will also be logged in
when this contact is logged in. The staff user info can be found in the StaffUser
property.