The customer type object representing this contact's customer type

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

Syntax

C#
public CCustomerType CustomerType { get; }
Visual Basic (Declaration)
Public ReadOnly Property CustomerType As CCustomerType
Visual C++
public:
property CCustomerType^ CustomerType {
	CCustomerType^ get ();
}

See Also