The number of months for which the Contact's dues were last renewed

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

Syntax

C#
public double RenewMonths { get; set; }
Visual Basic (Declaration)
Public Property RenewMonths As Double
Visual C++
public:
property double RenewMonths {
	double get ();
	void set (double value);
}

See Also