Gets or sets a reference to the CCustomerType of this customer/contact.

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

Syntax

C#
public string CustomerTypeCode { get; set; }
Visual Basic (Declaration)
Public Property CustomerTypeCode As String
Visual C++
public:
property String^ CustomerTypeCode {
	String^ get ();
	void set (String^ value);
}

Field Value

A code referencing one of the Customer/Member types already setup in iMIS

Remarks

Must be one of the values defined in iMIS. The list of valid values can be optained from CustomerTypes.

See Also