The customer type object representing this contact's customer type
Namespace: Asi.iBO.ContactManagementAssembly: 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 (); } |