The customer type object representing this contact's customer type

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

Syntax

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

See Also