The date and time that the customer type (member type) of this contact was last changed

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

Syntax

C#
public DateTime CustomerTypeChangedOn { get; }
Visual Basic (Declaration)
Public ReadOnly Property CustomerTypeChangedOn As DateTime
Visual C++
public:
property DateTime CustomerTypeChangedOn {
	DateTime get ();
}

See Also