Gets the list of Customer types defined in the iMIS instance as CCustomerType objects
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CCustomerType[] CustomerTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CustomerTypes As CCustomerType() Get |
| Visual C++ |
|---|
public: property array<CCustomerType^>^ CustomerTypes { array<CCustomerType^>^ get (); } |