The previous customer type (member type) before it was changed to its present value.

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

Syntax

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

See Also