Gets or sets the number of years that this subscription has been active

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

Syntax

C#
public int PriorActiveYears { get; set; }
Visual Basic
Public Property PriorActiveYears As Integer
	Get
	Set
Visual C++
public:
property int PriorActiveYears {
	int get ();
	void set (int value);
}

See Also