Gets an indicator of whether or not this contact user is also a staff user

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsStaff { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsStaff As Boolean
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.

See Also