Gets or sets the RENEW_MONTHS field of the CProduct.

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

Syntax

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

See Also