Gets the CStaffUser account information for the contact if the contact is also a staff user.

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

Syntax

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

See Also