Gets the list of Customer types defined in the iMIS instance as CCustomerType objects

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

Syntax

C#
public CCustomerType[] CustomerTypes { get; }
Visual Basic (Declaration)
Public ReadOnly Property CustomerTypes As CCustomerType()
Visual C++
public:
property array<CCustomerType^>^ CustomerTypes {
	array<CCustomerType^>^ get ();
}

See Also