Gets or sets the RENEW_MONTHS field of the CProduct.

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

Syntax

C#
protected int RenewalMonths { get; set; }
Visual Basic (Declaration)
Protected Property RenewalMonths As Integer
Visual C++
protected:
property int RenewalMonths {
	int get ();
	void set (int value);
}

See Also