Gets or sets the default number of months this CSubscription renews for (the default subscription length).

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

Syntax

C#
public byte RenewMonths { get; set; }
Visual Basic
Public Property RenewMonths As Byte
	Get
	Set
Visual C++
public:
property unsigned char RenewMonths {
	unsigned char get ();
	void set (unsigned char value);
}

Remarks

If an attempt is made to set this on a dues-synchronized subscription an error is generated.

See Also